Commit bc20c64e by Tobias Munk

fixed time formatting

parent 09f303a5
......@@ -59,7 +59,7 @@ echo GridView::widget([
'attribute' => 'time',
'value' => function ($data) use ($timeFormatter)
{
return $timeFormatter->asDateTime($data['time'], 'long');
return $timeFormatter->asDateTime($data['time'], 'H:i_j.M');
},
],
'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