Skip to content

Commit

Permalink
show time on date update
Browse files Browse the repository at this point in the history
  • Loading branch information
CupNoodles committed Nov 8, 2021
1 parent 4f0e1cc commit 9aa2270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/config/orders_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
'created_at' => [
'label' => 'lang:admin::lang.orders.label_date_added',
'type' => 'datepicker',
'mode' => 'date',
'mode' => 'datetime',
'disabled' => TRUE,
'span' => 'left',
'context' => ['edit', 'preview'],
Expand All @@ -315,7 +315,7 @@
'updated_at' => [
'label' => 'lang:admin::lang.orders.label_date_modified',
'type' => 'datepicker',
'mode' => 'date',
'mode' => 'datetime',
'span' => 'left',
'disabled' => TRUE,
'context' => ['edit', 'preview'],
Expand Down

0 comments on commit 9aa2270

Please sign in to comment.