Cliff Zhao wrote:
Does DatePicker consider users' timezones? Or is there a way to let
DatePicker translate date in different timezones for different requests?

Thanks.


I'm not sure I fully understand you but:

translator:date,pattern=dd MMM yyyy allows you to format and show dates as in http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html

Whether your month name is displayed as February instead of Febrero for example, depends on the Locale of you application, There is a list of Java supported locales and also you can force your app to serve only in certain locales, otherwise the locale of your browser will tell tapestry which locale to use.

best regards.

Raul.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to