ShuanghongS 6 bulan lalu
induk
melakukan
7ee692b717
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      utils/common.class.php

+ 2 - 2
utils/common.class.php

@@ -2842,7 +2842,7 @@ class common {
                 $temp = array();
                 $temp['container_no'] = $d['container_no'];
                 $temp['description'] = $d['description'];
-                $temp['time'] = common::dealDateTime($d['eventdate'],$d['eventtime'],$d['timezone'],"m/d/Y H:i:s");
+                $temp['time'] = common::dealDateTime($d['eventdate'],$d['eventtime'],$d['timezone'],"m/d/Y");
                 $temp['uncity'] = $d['uncity'];
 
                 $serial_no = common::deCode($d['serial_no'], 'E');
@@ -2900,7 +2900,7 @@ class common {
                 $temp['place_of_receipt_exp'] = $d['place_of_receipt_exp'];
                 $temp['place_of_delivery_exp'] = $d['place_of_delivery_exp'];
                 $temp['action_type'] = $d['action_type'];
-                $temp['time'] = common::dealDateTime($d['act_date'],$d['act_time'],$d['timezone'],"m/d/Y H:i:s");
+                $temp['time'] = common::dealDateTime($d['act_date'],$d['act_time'],$d['timezone'],"m/d/Y");
                 $temp['locations'] = $d['locations'];
 
                 $serial_no = common::deCode($d['serial_no'], 'E');