jQuery in Action, 2nd edition
The moose likes JSF and the fly likes date converter Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "date converter" Watch "date converter" New topic
Author

date converter

rakesh verma
Greenhorn

Joined: Jul 13, 2005
Posts: 22
<hutputText 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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: date converter
 
Similar Threads
selectOneRadio in several columns...
strange error for displaying date
Weird Conversion Error inputText behavior with Dates
'07/01/2010' could not be understood as a date.
RichFaces calendars (start date = end date)