chengwl 5 năm trước cách đây
mục cha
commit
70aff5e9ec
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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'],