chengwl 5 lat temu
rodzic
commit
70aff5e9ec
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      controllers/SiteController.php

+ 1 - 1
controllers/SiteController.php

@@ -163,7 +163,7 @@ class SiteController extends Controller
                     }
                     $receiptdate=str_replace('.','-',$item['B'])??'';
                     $data[]=[
-                        $receiptdate,
+                        strtotime($receiptdate),
                         $item['C'],
                         $item['D'],
                         $item['E'],