Обсуждение: Converting to Java date example

Поиск
Список
Период
Сортировка

Converting to Java date example

От
"Jonathan Villa"
Дата:
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.