Converting to Java date example

Started by Jonathan Villaover 21 years ago1 messagesgeneral
Jump to latest
#1Jonathan Villa
jvilla@innovativesource.net

Quick question, hopefully...

How do you store a date in Postgresql using Java date format, i.e.
2004-00-01 where that would be January 1, 2004 (looking for the 00 as
Jan.)

I've googled but only found someone else with the same problem.