I am currently pulling three form field inputs off the request object. The day, the month, and the year.
Day would be 11 for 11th day of the month Month would be 12 for december Year would be 2010 representing this year.
I need to convert this into a Java Date object, but since so much has been changed, I am not sure what the best way to store this in a java object. I need it in the format
YYYY-MM-DD HH:MM:SSso I can compare to dates in the MySql Database.