On Nov 18, 8:57 pm, David Balažic <[email protected]> wrote:
> 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
Which the same as returned by JsDate.toLocaleString()
or plain JavaScript :
var datum = new Date();
document.write("<br> locale string = "+datum.toLocaleString());
All findings are also the same when using IE8 instead of Firefox.
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.