I can not figure out how to add 30 mins to this php time code. date("g:i", strtotime($day." ".$time))
add 30 mins to this time
3
I can not figure out how to add 30 mins to this php time code.
date("g:i", strtotime($day." ".$time))
$day and $time is dynamically set in other code.
i just need the $time in this to add 30 mins to what ever is put in it already.
date("g:i", strtotime($day." ".$time))
$day and $time is dynamically set in other code.
i just need the $time in this to add 30 mins to what ever is put in it already.
- SteveJohnson
- [ 1 ] Thanks
- [1] reply
- layouts4you
Next Topics on Trending Feed
-
3