Hi,
Thanks for your reply. Could you suggest me how to store a date value to the MySql database. I know it is yyyy-mm-dd format.
But, suppose I have month, day and year strings. How do I convert to a date value to be inserted into the database.
Whatever date values I insert into the DB, I get the standard date value like 1/1/0001. Why is this?
Please help!
Amy