songxingwei %!s(int64=2) %!d(string=hai) anos
pai
achega
422d12946f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }