// 第一天$start = date('Y-m-01', time()); echo $start; // 最后一天 $end = date('Y-m-d',strtotime("$start +1 months-1 day")); echo $end;