add_additional_fields

This commit is contained in:
SoHardKI
2019-06-25 18:28:20 +03:00
parent fe56d217c8
commit b2312730c3
10 changed files with 104 additions and 54 deletions

View File

@ -9,6 +9,7 @@ echo DatePicker::widget([
'attribute' => 'dt_from',
'language' => 'ru',
'dateFormat' => 'dd-MM-yyyy',
'options' => ['placeholder' => 'Выберите дату (От)'],
]);
echo " - ";
@ -18,4 +19,5 @@ echo DatePicker::widget([
'attribute' => 'dt_to',
'language' => 'ru',
'dateFormat' => 'dd-MM-yyyy',
'options' => ['placeholder' => 'Выберите дату (До)'],
]);