All, I have a java application created w/netbeans 6.5 I am trying to input a date time into a Derby timestamp field using default pattern the insert statements work correctly and display Jan 2, 1991 12:00:00
How does one enter data into Derby timestamp field from an application using the default timestamp pattern?? 2009-01-01 13:00;01 does not work Jan 2, 1991 12:00:00 does not work What is the correct time stamp format to enter?? Thanks J
