http://code.google.com/p/google-web-toolkit/issues/entry
The Java SimpleDateFormat defines mask character "D" for day in year:
http://download.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html
The corresponding GWT class (DateTimeFormat) doesn't support that mask
character:
Incidentally, there's already an open enhancement request for a
related feature -- adding ISO 8601 support to the DateTimeFormat
class:
http://code.google.com/p/google-web-toolkit/issues/detail?id=4009
On May 4, 9:43 am, azuniga <alessandro.zun...@gmail.com> wrote:
> The DateTimeFormat doesn't seem to support day of year format for the
> day, and I want to know if anyone has had any experience finding a
> work around. I'm trying to get my DateBox.DefaultFormat to be YYYY-DDD
> HH:MM:SS, but so far I can't find support for day of year, 1 - 365.
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment