Using GWT 2.1.0 with Eclipse Helios SR-1 on Windows XP and Firefox
3.6.12

I noticed that this client code has different results in development
mode and production mode:

String result = new java.util.Date().toLocaleString();

In Development mode I get:
Nov 18, 2010 8:18:36 PM

In production mode:
-18. --November ---2010 20:53:52

(I added the '-' signs to the system date locale format, to detect its
use easier)

Are such differences known and by design?

The 
http://code.google.com/webtoolkit/doc/latest/RefJreEmulation.html#Package_java_util
Lists java.util.Date.toLocaleString() as supported.

Regards,
David

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to