DateTextBox bug
Brought to you by:
ganeshpuri
I have noticed that when I make a selection from the calendar and submit the form, the date is actually off by 1 day. For example, if I select 8/10/2010, it shows up as 8/9/2010 when it updates the bean on the server side. I have attempted to modify the timezone attribute and that did not work. Not sure why that would matter since it should just take the date I enter and convert it.