$date_arr = []; for ($i = 12; $i > 0; $i--) { array_push($date_arr, date("Y-m", strtotime("-{$i} month")));} array_push($date_arr, date("Y-m"));