Answers for "php previous day"

PHP
1

last day of previous month in php

$lastDay = date('t',strtotime('last month'));

print_r($lastDay);
Posted by: Guest on November-28-2020

Code answers related to "php previous day"

Browse Popular Code Answers by Language