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" :)
>>
---
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
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
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
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:
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.
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
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]
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