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
Normally I prefer to insert as
insert into tbl values('yyyyMMdd')
Then, itll be inserted in proper format based on db.