PHP获取下个月第一天及最后一天
<?php
echo date('Y-m-01', strtotime('+1 month'));
echo "<br/>";
echo date('Y-m-t', strtotime('+1 month'));
echo "<br/>";
?>
如果您觉得此文章可以帮得到你,可以打赏作者!!
<?php
echo date('Y-m-01', strtotime('+1 month'));
echo "<br/>";
echo date('Y-m-t', strtotime('+1 month'));
echo "<br/>";
?>
如果您觉得此文章可以帮得到你,可以打赏作者!!