本月第一天
$month_first_day=date('Y-m-01',strtotime(date("Y-m-d")));
本月第二天
$month_last_day=date('Y-m-d',strtotime("$month_first_day +1 month -1 day"));
2020-05-12的第二天
$tomorrow=date('Y-m-d',strtotime('2020-05-12')+86400);
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/288442.html