11-22-2008, 11:05 PM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Nov 2007
Location: Edinburgh
Posts: 21
Thanks: 1
|
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!
|
|
|
|