songxingwei 2 years ago
parent
commit
422d12946f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      application/common.php

+ 1 - 1
application/common.php

@@ -138,7 +138,7 @@ function debug($str,$name='debug'){
 function monthpast(){
     $str = array();
     for ($i=0;$i<12;$i++){
-        $str[$i] = date('Y-m',strtotime('+'.$i.'month',date('2022-09')));
+        $str[$i] = date('Y-m',strtotime('+'.$i.'month',strtotime(date('2022-09'))));
     }
     return $str;
 }