Re: Date Display issue

2007-08-07 Thread simon
On Tue, 2007-08-07 at 13:03 +0530, Ganesh Surisetty wrote: > Hi, > > i need to display a date from the data base, i am printing > on a jsp with one day less, means it is actually 3-jul-07 but it is showing 2-Jul-07 > in the front end. > > can any one tell me the solution ... > Tha

Re: Date Display issue

2007-08-07 Thread Volker Weber
Hi, see this link: http://www.mail-archive.com/users%40myfaces.apache.org/msg21412.html Regards, Volker 2007/8/7, Ganesh Surisetty <[EMAIL PROTECTED]>: > Hi, > > i need to display a date from the data base, i am printing on a > jsp with less, means it is actually 3-jul-07 but

Re: Date Display issue

2007-08-07 Thread David Delbecq
You are probably using the wrong timezone. Experience from oracle here: oracle store date with hour,minutes, seconds,milliseconds stripped (date != timestamp) oracle send the date to java oracle connector (eg "3 jul 2007") connector takes the default jvm timezone (eg:GMT+5) and convert to a java.

Date Display issue

2007-08-07 Thread Ganesh Surisetty
Hi, i need to display a date from the data base, i am printing on a jsp with