Re: Simple date format question

2008-05-09 Thread Geoff Callender
Yes, please vote for it! "Date formating global support" https://issues.apache.org/jira/browse/TAPESTRY-2198 Cheers, Geoff On 10/05/2008, at 1:45 AM, Leon Derks wrote: Hi Marcus, I couldn't find the jira issue. Do you have it? I will vote! I found this example on :http://www.packtpub.com/

Re: Simple date format question

2008-05-09 Thread Sven Homburg
the t5components-SNAPSHOT has a DateTimeField component that reflects the localization issue 2008/5/9 Marcelo Lotif <[EMAIL PROTECTED]>: > Leon, > As was said here before: > "The DateField component was changed due to a license incompatibility > issue and the new one currently isn't as flexible

Re: Simple date format question

2008-05-09 Thread Marcelo Lotif
Leon, As was said here before: "The DateField component was changed due to a license incompatibility issue and the new one currently isn't as flexible as the old one." T5.0.9 version's DateField (the "old one") has the t:format parameter, but many bugs aren't fixed in this version and some of the

Re: Simple date format question

2008-05-09 Thread Sven Homburg
a possible solution: http://87.193.218.134:8080/t5components/t5c-commons/ref/org/apache/tapestry/commons/components/DateFormat.html 2008/5/9 Leon Derks <[EMAIL PROTECTED]>: > Hi Marcus, > > I couldn't find the jira issue. Do you have it? I will vote! > > I found this example on : > http://www.pa

Re: Simple date format question

2008-05-09 Thread Leon Derks
Hi Marcus, I couldn't find the jira issue. Do you have it? I will vote! I found this example on :http://www.packtpub.com/article/tapestry-5-advanced-component t:format="%d/%m/%y"/> But this seems to be outdated, because it doesn't work. Leon Marcus wrote: Leon, No, you can't, :) it's on

Re: Simple date format question

2008-05-09 Thread Marcus
Leon, No, you can't, :) it's only for output. Don't forget to vote on JIRA! Marcus

Re: Simple date format question

2008-05-09 Thread Leon Derks
Okay, I use Tapestry 5. But can I use the OutputLocale component also on a DateField? Leon Marcus wrote: Hi Leon, There is a JIRA about format parameter for DateField, vote! To format a date output you can use OutputLocale component ( http://wiki.apache.org/tapestry/Tapestry5OutputLocaleNu

Re: Simple date format question

2008-05-09 Thread DR_GLoPeL_BouCa
this message in context: http://www.nabble.com/Simple-date-format-question-tp17149881p17150201.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Simple date format question

2008-05-09 Thread Marcus
Hi Leon, There is a JIRA about format parameter for DateField, vote! To format a date output you can use OutputLocale component ( http://wiki.apache.org/tapestry/Tapestry5OutputLocaleNumber) Marcus

Simple date format question

2008-05-09 Thread Leon Derks
How can I format my date in a date field I want to use the format (dd/MM/). Does tapestry have some build in functionality for this? And how can I format a date printing it to the screen like this: ${person.birthday} Leon ---