. Định dạng hiển thị
thời gian đặt hàng theo dd/mm/yyyy HH:mm
Để
hiển thị thời gian đặt hàng theo mẫu ví dụ: 17/10/2014 13:05
Dùng
funtion formatDate();
Trong
file history.phtml là danh sách đơn đặt hàng tim chổ ngày đã đặt
<?php echo $this->formatDate($_order->getCreatedAtStoreDate()) ?>
<?php echo $this->formatDate($_order->getCreatedAtStoreDate()) ?>
Ta
thay thành:
<?php echo
$this->formatDate($_order->getCreatedAtStoreDate(),'short',true) ?>
Không có nhận xét nào:
Đăng nhận xét