Is there an easy way of getting 12hours from now in PHP.
----wrong sample---------
$theDate = date(parameters) #6/28/00 11:23am
$inTwelve = $theDate + 12:00 #6/28/00 11:23pm
----wrong sample---------
Thanks,
Terry Scott
Is there an easy way of getting 12hours from now in PHP.
----wrong sample---------
$theDate = date(parameters) #6/28/00 11:23am
$inTwelve = $theDate + 12:00 #6/28/00 11:23pm
----wrong sample---------
Thanks,
Terry Scott