Is there a way to display the time zone in the client?
The gwt DateTimeFormat for time zone "v" is returning the GMT offset
and not the time zone text.

The following code:
DateTimeFormat dtf = DateTimeFormat.getFormat("hh 'o''clock' a,
zzzz");
RootPanel.get().add( new Label( dtf.format(new Date()) ) );
returns:
GMT-04:00

Thanks
--~--~---------~--~----~------------~-------~--~----~
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