Answers for "how to show hours and minutes in php"

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
4

how to add hour minute seconds in php datetime

date('Y-m-d H:i',strtotime('+1 hour +20 minutes',strtotime($start)));
Posted by: Guest on August-13-2020

Code answers related to "how to show hours and minutes in php"

Browse Popular Code Answers by Language