DateTimeFormat.getFormat("EEE MMM dd HH:mm:ss z yyyy").parse(Fri Oct
30 00:00:00 EDT 2009)
throws
java.lang.IllegalArgumentException: Fri Oct 30 00:00:00 EDT 2009
at
com.google.gwt.i18n.client.DateTimeFormat.parse(DateTimeFormat.java:
1325)
at
com.google.gwt.i18n.client.DateTimeFormat.parse(DateTimeFormat.java:
806)
...............................................................
...............................................................
...............................................................
On debugging, I noticed that it fails while parse time zone EDT. Is
this a bug? Because the documentation says "The time zone support for
parsing is limited. Only standard GMT and RFC format are supported.
Time zone specification using time zone id (like America/Los_Angeles),
time zone names (like PST, Pacific Standard Time) are not
supported........."
How can I parse this?
--
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.