| Author |
date converter
|
rakesh verma
Greenhorn
Joined: Jul 13, 2005
Posts: 22
|
|
<h utputText value="Start" /> <h:inputText id="startDate" value="#{form.startDate}"> <f:convertDateTime pattern="MM/dd/yyyy" /> <hx:inputHelperDatePicker /> </h:inputText> I have this simple code, whenever I submit the form, and display the start date in action class, it is printing a day before. Like, if I set the date as 08/24/2006, I am getting 'Wed Aug 23 20:00:00 EDT 2006' Thanks in Advance.
|
 |
 |
|
|
subject: date converter
|
|
|