Re: DatePicker now starting with Monday, used to be Sunday

2011-01-06 Thread Dan
Thank you Thomas (and others). It is all working well now. On Jan 6, 11:43 am, Thomas Broyer wrote: > Add a third line: > -- 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-tool...@googlegrou

Re: DatePicker now starting with Monday, used to be Sunday

2011-01-06 Thread Thomas Broyer
Add a third line: -- 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-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. Fo

Re: DatePicker now starting with Monday, used to be Sunday

2011-01-06 Thread Dan
Adding those two lines to the gwt.xml file does the job. However, now my compiles make 10 permutations, rather than 5. Is there a way to get that back to 5 permutations? On Jan 5, 12:14 pm, John LaBanca wrote: > Are you using the default locale?  I'm pretty sure that the start of week > info co

Re: DatePicker now starting with Monday, used to be Sunday

2011-01-05 Thread John Tamplin
On Wed, Jan 5, 2011 at 12:14 PM, John LaBanca wrote: > Are you using the default locale? I'm pretty sure that the start of week > info comes from the CDLR locale data, which we update periodically from some > open source resource. Showcase uses the "en" locale, which starts on > Sunday. If you

Re: DatePicker now starting with Monday, used to be Sunday

2011-01-05 Thread John LaBanca
Are you using the default locale? I'm pretty sure that the start of week info comes from the CDLR locale data, which we update periodically from some open source resource. Showcase uses the "en" locale, which starts on Sunday. If you switch the app to French, you'll see it starts on Monday (L =

Re: DatePicker now starting with Monday, used to be Sunday

2011-01-05 Thread macagain
Yes, same here. But what's even more puzzling is that if you run showcase (as in compile it from the dist. samples directory), the datepicker there starts on Sunday! Been digging all over, but can't seem to figure out what/where the setting is. On Jan 5, 8:57 am, Ben Imp wrote: > I experienced

DatePicker now starting with Monday, used to be Sunday

2011-01-05 Thread Dan
My DatePicker in my program used to start with Sunday, but since some time recently--I don't know when--it has been starting with Monday. I've done nothing in this area. What do I do to get it back to starting with Sunday? -- You received this message because you are subscribed to the Google Gr

Re: DatePicker now starting with Monday, used to be Sunday

2011-01-05 Thread Ben Imp
I experienced this as well. I noticed it right after I upgraded to GWT 2.1, so I assume that must have done it. I've ignored it so far, as no one in my organization seems to care, but I must admit, I am curious as to the cause. -Ben On Jan 5, 9:51 am, Dan wrote: > My DatePicker in my program u