I am Inserting this DateTime data \'12/21/2012 1:13:58 PM\' into my MySQL Database using this SQL string:
DateTime
\'12/21/2012 1:13:58 PM\'
String Query = \"INSERT I
The MySql DATETIME format is YYYY-MM-DD HH:MM:SS - See this page