Answers for "php start of day epoch"

PHP
2

php start of day epoch

$beginOfDay = strtotime("today", $timestamp);
$endOfDay   = strtotime("tomorrow", $beginOfDay) - 1;
Posted by: Guest on September-15-2020

Browse Popular Code Answers by Language