On Tuesday, May 22, 2012 6:12:30 PM UTC+2, Jim Douglas wrote:
>
>
> http://google-web-toolkit.googlecode.com/svn/javadoc/2.4/com/google/gwt/i18n/client/DateTimeFormat.html
>  
>
> Text or Number 
> 3 or more, use text, otherwise use number. (e.g. "M" produces "1", 
> "MM" produces "01", "MMM" produces "Jan", and "MMMM" produces 
> "January". Some pattern letters also treat a count of 5 specially, 
> meaning a single-letter abbreviation: L, M, E, and c. 


How about (untested): new 
DefaultDateTimeFormatInfo().monthsFullStandalone()[(month - 1) % 12] 
instead ?
http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/i18n/shared/DefaultDateTimeFormatInfo.html#monthsFullStandalone()

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/SrETcscHzQEJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to