Commit bc20c64e by Tobias Munk

fixed time formatting

parent 09f303a5
...@@ -59,7 +59,7 @@ echo GridView::widget([ ...@@ -59,7 +59,7 @@ echo GridView::widget([
'attribute' => 'time', 'attribute' => 'time',
'value' => function ($data) use ($timeFormatter) 'value' => function ($data) use ($timeFormatter)
{ {
return $timeFormatter->asDateTime($data['time'], 'long'); return $timeFormatter->asDateTime($data['time'], 'H:i_j.M');
}, },
], ],
'ip', 'ip',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment