I want to get the date 1 month from now. So if today is 11/11/2002, I want to get 11/12/2002. If today is 30/01/2003 I want to get (I suppose) 02/03/2003...something like that.
In VBScript there is DateAdd(). Is there something similar in PHP?
Printable View
I want to get the date 1 month from now. So if today is 11/11/2002, I want to get 11/12/2002. If today is 30/01/2003 I want to get (I suppose) 02/03/2003...something like that.
In VBScript there is DateAdd(). Is there something similar in PHP?
Link this:
Code:echo date('d/m/Y', strtotime('+1 month'));
Ta.
Yes. Every movie should have T & A. I agree. :pQuote:
Originally posted by mralston
Ta.