我想获取上个月的第一天和最后一天。

$first_date = strtotime('first day of previous month', time()); 
$previous_month_first_date=date('Y-m-d', $first_date); 
$previous_month_last_date=date('Y-m-d', strtotime('last day of previous month')); 

请您参考如下方法:

=> 试试这段代码,希望它有用..

echo date('Y-m-d', strtotime('first day of last month')); 
 
echo "<br/>"; 
 
echo date('Y-m-d', strtotime('last day of last month')); 

输出:- https://eval.in/925253


评论关闭
IT序号网

微信公众号号:IT虾米 (左侧二维码扫一扫)欢迎添加!