Re: Datepicker localization issue

2011-10-24 Thread Lenny Primak
Yup, Datepicker is Euro-centric :) I did wind up patching the JS code so it's all good now. On Oct 24, 2011, at 2:07 PM, derkoe wrote: > > lprimak wrote: >> >> The dates show up fine for my US Locale, >> but that 6 month popup is "2011 Oct" as opposed to "Oct 2011" :) >> ---

Re: Datepicker localization issue

2011-10-24 Thread derkoe
nother JS date picker you can quite easily create your own Tapestry component (or copy the core one and path it). -- View this message in context: http://tapestry.1045711.n5.nabble.com/Datepicker-localization-issue-tp4928694p4933554.html Sent from the Tapestry

Re: Datepicker localization issue

2011-10-24 Thread Lenny Primak
noticed that. > > Which Locale are you using? In German it works - the dates are shown > localized (Tapestry 5.2.6). > > -- > View this message in context: > http://tapestry.1045711.n5.nabble.com/Datepicker-localization-issue-tp4928694p4932601.html > Sent from the Tapestr

Re: Datepicker localization issue

2011-10-24 Thread derkoe
it, > as it wasn't localized at all. > Hey - cool! I haven't noticed that. Which Locale are you using? In German it works - the dates are shown localized (Tapestry 5.2.6). -- View this message in context: http://tapestry.1045711.n5.nabble.com/Datepicker-localization-issue-tp492869

Re: Datepicker localization issue

2011-10-24 Thread Lenny Primak
There is a a label on top of the date picker that says "2011 October" When you click on that it turns into a popup where you can choose the last six months. I looked at it actually and its hardcoded in JavaScript, so I had to monkey patch it, as it wasn't localized at all. On Oct 24, 2011, at 7:

Re: Datepicker localization issue

2011-10-24 Thread derkoe
nth popup". Can you be more specific or provide an example? -- Chris -- View this message in context: http://tapestry.1045711.n5.nabble.com/Datepicker-localization-issue-tp4928694p4932284.html Sent from the Tapestry - User mailing list archive at Nabble.com.

Datepicker localization issue

2011-10-22 Thread Lenny Primak
Right now the default EN locale for the 6 month popup is not localized properly. "2011Octpber" vs. "October 2011". Worthy of a JIRA issue? - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands

RE: DatePicker Localization

2006-06-29 Thread Manuel Thurn
Hi! I found the answer myself: That way I can use the message key. :-) Manuel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

DatePicker Localization

2006-06-28 Thread Manuel Thurn
Hello all, I want to localize a DatePicker. Instead of I would like Tapestry to get a key value of a message catalog (.properties files): But the nice validator syntax with the % and the key enclosed in brackets doesn't work for the date translator. What would be the best way to output the da