On Thu, Oct 2, 2008 at 7:20 AM, Doublel <[EMAIL PROTECTED]> wrote:
> Thank  you for your fix, It can work by default. but When i user
> t:format="yyyy/mm/dd" for dateFIeld to format the data ,it  return
> '2008/00/26' too .the month is always "00".
>
>

I believe the format should be "yyyy/MM/dd" as "mm" (lower case m) is
for indicating "minute in hour"
(http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html),
CMIIW.

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

Reply via email to