Hi All.

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 in property file I have defined stratDateformat as,MM/dd/yyyy
kk\:mm\:ss


Can anybody help me in this


 
Sandip

-- 
View this message in context: 
http://www.nabble.com/date-format-for-t%3AinputCalendar-tf3845671.html#a10890963
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to