View Single Post

   
  #2 (permalink)  
Old 04-16-2008, 01:54 AM
Achilleas Mantzios
 
Posts: n/a
Default Re: Jdbc : DateStyle problem

Στις *αρασκευή 07 Σεπτ*μβριος 2007 11:05, ο/η Laurent LS. Savary *γραψε:
> Hi,
>
> I have a weird problem with jdbc PostGreSql driver 3

[snip]

Since you are working with java it is useless to try to format/parse
dates/timestamps with DateStyle.
Setting DateStyle is great maybe for dba scripts/reports/etc..
but for your case, just use java.text.SimpleDateFormat for both
parsing/printing.

--
Achilleas Mantzios

---------------------------(end of broadcast)---------------------------
TIP 5: don't forget to increase your free space map settings

Reply With Quote