add_a_test_task_completion_date_to_user_card

This commit is contained in:
iironside
2022-03-07 12:32:01 +03:00
parent daee4e3e68
commit e55583a44d
5 changed files with 68 additions and 5 deletions

View File

@ -88,7 +88,15 @@ $this->params['breadcrumbs'][] = $this->title;
[
'attribute' => 'vc_text',
'format' => 'raw'
]
],
[
'attribute' => 'test_task_getting_date',
'format' => ['datetime', 'php:d.m.Y']
],
[
'attribute' => 'test_task_complete_date',
'format' => ['datetime', 'php:d.m.Y']
],
],
]) ?>