Answers for "how to add the 18 hours to the date in php"

PHP
1

php add hours to current date

$new_time = date("Y-m-d H:i:s", strtotime('+5 hours'));
Posted by: Guest on April-26-2020

Code answers related to "how to add the 18 hours to the date in php"

Browse Popular Code Answers by Language