MYSQL VarChar to Date Convertion
Posted: Thu Feb 19, 2009 12:09 am
I have a database in which the date is stored in varchar field in a
following format: date("F, d, Y"); ex: May, 27, 2008, now the problem
is that I want to change that field into mySQL date field as well as
convert my older dates into MySQL date format i-e Y-m-d (2007-08-06).
Thanks in Advance
Raja
following format: date("F, d, Y"); ex: May, 27, 2008, now the problem
is that I want to change that field into mySQL date field as well as
convert my older dates into MySQL date format i-e Y-m-d (2007-08-06).
Thanks in Advance
Raja