[snip] This might be mysql question but how can I change a US format date (mm/dd/yyyy) to a MySQL Format (yyyy/mm/dd). Can I do this will php or will need let say javascript or perl to do this? [/snip]
date("y/m/d");
RTFM at http://www.php.net/date
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

