Community Member Profile
- Profile: /members/7553-Dan.htm
- Comments: 2
- Points: 20
Recent Blog Comments By Dan
-
QueryNew(), JavaCast(), And Notes About Data Type Translation
Posted on Jan 6, 2011 at 9:41 AM
What I ended up with was passing the date/time in as a string to a method in java that will convert it to a timestamp and then set the correct variable in java. Not the way I would have liked but it's working.... read more »
-
QueryNew(), JavaCast(), And Notes About Data Type Translation
Posted on Jan 6, 2011 at 8:27 AM
Ben, I have been trying to pass in a Date/Time that java will accept. In java I have private Timestamp _requiredDeliveryDate; and in CF I have tried several things and the latest being: <cfset requiredDeliveryDate = dateformat(form.po_requiredDeliveryDate,"yyyy-mm... read more »



