Commit eebfc91ed8ef030b9f29e1808d548e1cf86e381f
1 parent
53d3bf74
Datetime fix
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
views/order/view.php
| @@ -59,9 +59,9 @@ | @@ -59,9 +59,9 @@ | ||
| 59 | 'city', | 59 | 'city', |
| 60 | 'address', | 60 | 'address', |
| 61 | 'comment', | 61 | 'comment', |
| 62 | - 'created_at', | ||
| 63 | - 'updated_at', | ||
| 64 | - 'deleted_at', | 62 | + 'created_at:datetime', |
| 63 | + 'updated_at:datetime', | ||
| 64 | + 'deleted_at:datetime', | ||
| 65 | [ | 65 | [ |
| 66 | 'label' => \Yii::t('order', 'Label'), | 66 | 'label' => \Yii::t('order', 'Label'), |
| 67 | 'attribute' => 'label.lang.title', | 67 | 'attribute' => 'label.lang.title', |