Re: Date - day issue

2009-04-27 Thread Nick Nadgauda
It's actually a bug in the javascript. I think the double/long storing the date in the browser loses precision in certain cases and when it gets sent to the server the day is getting adjusted accordingly. http://code.google.com/p/google-web-toolkit/issues/detail?id=3276 On Apr 22, 2:13 pm,

Date - day issue

2009-04-22 Thread Stephan
I've run into quite a strange issue serializing dates from the browser to the server. When I enter the following dates in the browser I receive for some dates the wrong value at the server side (using date pattern dd-MM- ): 1-1-1968 - Mon Jan 01 00:00:00 CET 1968 - correct 1-3-1968 -