how to set <t:inputCalendar> in mm/dd/yy format

Hi,

I am using <t:inputCalendar> tag.I want to display date in mm/dd/yy format.

i.e. if i select 1 May 2005 it should display as 05/01/05.

But with my below code its showing as 5/1/05 (what about 0 in case of 5 and 1)

<t:inputCalendar renderAsPopup="true" value="#{Bean.Date}"

popupDateFormat="#{msg.stratDateformat}" />

where msg= variable for my property file

where I have definedstratDateformat as,MM/dd/yyyy kk\:mm\:ss

can anybody help me in this

Thanks

Sandip

[552 byte] By [sandip_03_jsfa] at [2007-11-27 6:00:14]
# 1
Hi ,Its working now.I did as,MM/dd/yy kk:mm:ssThankssandip
sandip_03_jsfa at 2007-7-12 16:38:07 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...