At csv file, the date field is in such format:
2/9/2010 7:32 3/31/2011 21:20
I am using php + mysql for development.
I need to read
Use the STR_TO_DATE() function.
STR_TO_DATE('3/31/2011 21:20', '%c/%e/%Y %H:%i');