I think you're going to want to file an enhancement request here:

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:

http://google-web-toolkit.googlecode.com/svn/javadoc/2.3/com/google/gwt/i18n/client/DateTimeFormat.html

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 <[email protected]> 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 [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