I'm curious why this function uses a static value of 30 days to represent a month. If I do:
strtotime( '+1 month', mktime( 0, 0, 0, 1, 1, 2003 )); I get back the timestamp for 1/31/2003 and not 2/1/2003. 30 days != 1 month necessarily and I'm curious why it does in strtotime();. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php