add_additional_fields
This commit is contained in:
@ -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' => 'Выберите дату (До)'],
|
||||
]);
|
Reference in New Issue
Block a user