Answers for "how to get the start and end time of a day in php"

PHP
0

php date start of day

$startOfDay=date("Y-m-d 00:00:00");
Posted by: Guest on June-26-2021

Code answers related to "how to get the start and end time of a day in php"

Browse Popular Code Answers by Language