View Single Post
Old 11-22-2008, 11:05 PM   #1 (permalink)
paulOr
The Wanderer
 
paulOr's Avatar
 
Join Date: Nov 2007
Location: Edinburgh
Posts: 21
Thanks: 1
paulOr is on a distinguished road
Default date() + 30 days = xxx

Ok so iv been trying to figure out how to do this little thing:

i have todays date: 22 November 2008 and i want to add 30 days onto it, and end up with another date, which would be 22 December 2008.

so like:
PHP Code:
date('j F Y') + 30 new_date('j F Y'
Is there a easy way of doing this? Im so stuck!
__________________
paulOr.net
paulOr is offline  
Reply With Quote