J
jimmy
I'm trying to insert a date into a MySQL date column. The string i am
trying to insert takes the following format:
2007-02-23
which corresponds to the date format that MySQL uses which is YYYY-MM-
DD. When i insert this into the database through an INSERT query
however the date field uses the value 0000-00-00. Why might this be?
Thanks
James
trying to insert takes the following format:
2007-02-23
which corresponds to the date format that MySQL uses which is YYYY-MM-
DD. When i insert this into the database through an INSERT query
however the date field uses the value 0000-00-00. Why might this be?
Thanks
James