Hi,
I'm using PHP 4.4.4. If I have a date of the form
$curDate = date("Y-m-d");
How do I get the date 6 months from this date?
Thanks, - Dave
I'm using PHP 4.4.4. If I have a date of the form
$curDate = date("Y-m-d");
How do I get the date 6 months from this date?
Thanks, - Dave
Comment