Answers for "find time in php 24 hours time"

PHP
0

convert am pm time to 24 hour in php

echo date("H:i:s", strtotime("04:25 PM"));
Posted by: Guest on September-07-2020
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

Code answers related to "find time in php 24 hours time"

Browse Popular Code Answers by Language