Answers for "get 24 hour start and end date php"

PHP
0

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

24 hours date format php

$test = 'Fri, 15 Jan 2016 15:14:10 +0800';
$t = date('Y-m-d H:i:s',strtotime($test));
echo $t;
#tamilarasan nallairusun
Posted by: Guest on October-11-2021

Code answers related to "get 24 hour start and end date php"

Browse Popular Code Answers by Language