i have a table where the dates are stored as a string like 5/12/03 - there are a few hundred records and i need to convert them to be stored in the date('U') format. anyone show me a quick and easy way to do this? db is mysql. thanks.
Check out MySQL's DATE_FORMAT() function.
Larry
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php