Forum Moderators: coopster
The separator between numbers in the date is unlikely to be the issue. Im guessing that the problem is that whatever you are importing the data into is set with the data format YYYY/MM/DD, so it is not recognising your MM/DD/YYYY. However without knowing the answer to the questions above im only guessing :)
You may be able to use the date [uk.php.net] and time [uk.php.net] functions to be able to get your date in the correct format.
I am trying to import the birthday dates to a table in MYSQL. But the birthday dates colum doesnt get inserted.
What I am looking for is is there any way while importing the excel file to a MySQL table, the column in the table recognizes the MM/DD/YYYY and store it as YYYY-MM -DD