<snip> Hi, is there a PHP function that will convert MM/DD/YYYY to YYYYMMDD?
Also I will need to take into affect some people may put in M/D/YYYY (some people may put in 1 instead of 01, 2 instead of 02, etc). Is there a way to do this? </snip> take a look at these functions http://www.php.net/mktime http://www.php.net/strtotime http://www.php.net/date http://www.php.net/time they should put you on your way -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php