How do I tie a DateField control to a Value Object with a Timestamp column in
the database.
I am getting
java.lang.IllegalArgumentException: Timestamp format must be yyyy-mm-dd
hh:mm:ss.fffffffff
at java.sql.Timestamp.valueOf(Unknown Source)
at com.corent.odicx.goms.dao.OrdersVO.setEvent_Date(OrdersVO.java:93)
the DateField format string only modifies the display.
the selectedDate output doesn't seem to have any methods that take a format
string to format for Timestamp.
I suppose I could just pull the year month and day out of the selected date
and format my own string but that seems like a waste and I am basically
lazy.
anybody have a cool way to handle this?
Ollie
--
View this message in context:
http://www.nabble.com/MySql-timestamp-column-type-and-Flex-DateField-tp21196170p21196170.html
Sent from the FlexCoders mailing list archive at Nabble.com.