The arrays are normalized to start on Sundays (you'd find the same oddity with
the French locale, as weeks start on Monday too in France), you need to use
firstDayOfTheWeek and adjust your indexes accordingly:
for (int i = 0; i < 7; i++) {
….weekdaysFull()[(i + ….firstDayOfTheWeek()) % 7)];
}
http://www.gwtproject.org/javadoc/latest/com/google/gwt/i18n/shared/DateTimeFormatInfo.html#firstDayOfTheWeek()
--
You received this message because you are subscribed to the Google Groups "GWT
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.