jenniferG Posted July 20, 2007 Share Posted July 20, 2007 we have a table of type DATE and want to enter data into it where we have a date in the form of a string with month,date,year and year being four digits and we want to convert that to a msql date that is sortable when we INSERT rows. Thanks, Natalie Link to comment https://forums.phpfreaks.com/topic/61032-mysql-dates/ Share on other sites More sharing options...
Barand Posted July 20, 2007 Share Posted July 20, 2007 Write the dates to the db table DATE col as 'yyyy-mm-dd' strings Link to comment https://forums.phpfreaks.com/topic/61032-mysql-dates/#findComment-303777 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.