Answers for "php date period"

PHP
0

php date fomat

$date=date_create("2013-03-15");

echo date_format($date,"Y/m/d H:i:s");
Posted by: Guest on April-22-2021
0

php date start of day

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

Browse Popular Code Answers by Language