Answers for "php get days and hours"

PHP
1

19 hours from now php

$date = date('h:i:s A', time()+36000); // time() returns a time in seconds already
Posted by: Guest on September-01-2020
0

php get hour

$hour = date('H:m:s');
echo $hour;
Posted by: Guest on March-03-2021

Code answers related to "php get days and hours"

Browse Popular Code Answers by Language