matthewralston
Programmer
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?
In VBScript there is DateAdd(). Is there something similar in PHP?