I have a legacy application where the input is a date string, i.e.:
06/12/2009
The format of the input is always a string, and i
I would recommend storing all dates in UTC time when they are placed into the database. It will be consistent that way.
Storing dates like this seems to work well...
YYYY-MM-DD