James Johnson wrote:
Sorry about the previous post.
Hi,
I need to make a date that is 30 days from the current date, and, am having problems with mktime
Here's what I've tried:
$endDate=date('Y-m-d',mktime(0,0,0,date('m',time()),30,date('y',time())) );
Return this: 2003-08-30
Is there an easy way to do this?
Thanks, James
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php