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

