소스 검색

Fixe date menu

stany.ferer 2 년 전
부모
커밋
385ad0b933
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/class/core.class.php

+ 1 - 1
core/class/core.class.php

@@ -176,7 +176,7 @@ class core
     public static function printDateTxt()
     {
         $date = new IntlDateFormatter('fr_FR', IntlDateFormatter::LONG, IntlDateFormatter::NONE);
-        return $date->format(time()) . " à " . date("H:m:s");
+        return $date->format(time()) . " à " . date("H:i:s");
     }
 
     public static function addFileMaintenance(){