I get the time:
$today = time();
$date = date('h:i:s A', strtotime($today));
if the current time is "1:00:00 am", how do i add 10 more hours to become 11:00:00 am??
|
|
I get the time:
if the current time is "1:00:00 am", how do i add 10 more hours to become 11:00:00 am?? |
||
|
|
|
|
Edit: I had assumed you had a string time in $today - if you're just using the current time, even simpler:
|
||||||||||
|
|
|
see DateTime Class (PHP 5 >= 5.2.0) |
||
|
|
|
|
|
||
|
|
|
|
(untested) |
||
|
|