$YU = array(); for($i=0;$i<12;$i++){ $month =date('Y-m',strtotime('-'.$i.'month'));//本月 $YU[$i]['k']=date("Y-m-d 23:59:59", strtotime("first day of".$month)); $month2 =date('Y-m',strtotime('-'.($i+1).'month'));//本月 $YU[$i]['v']=date("Y-m-d H:i:s", strtotime("first day of".$month2)); }
print_r($YU);