русский датапикер
This commit is contained in:
parent
8e490ce518
commit
e742c582bc
@ -29,6 +29,7 @@ $this->registerCss('.list-cell__task{width:73%}')
|
|||||||
echo '<b>Дата заполнения отчета:</b>';
|
echo '<b>Дата заполнения отчета:</b>';
|
||||||
echo DatePicker::widget([
|
echo DatePicker::widget([
|
||||||
'model' => $model,
|
'model' => $model,
|
||||||
|
'language' => 'ru',
|
||||||
'attribute' => 'created_at',
|
'attribute' => 'created_at',
|
||||||
'options' => [],
|
'options' => [],
|
||||||
'pluginOptions' => [
|
'pluginOptions' => [
|
||||||
|
@ -28,6 +28,7 @@ $this->registerCss('.list-cell__task{width:73%}')
|
|||||||
echo '<b>Дата заполнения отчета:</b>';
|
echo '<b>Дата заполнения отчета:</b>';
|
||||||
echo DatePicker::widget([
|
echo DatePicker::widget([
|
||||||
'model' => $model,
|
'model' => $model,
|
||||||
|
'language' => 'ru',
|
||||||
'attribute' => 'created_at',
|
'attribute' => 'created_at',
|
||||||
'options' => [],
|
'options' => [],
|
||||||
'pluginOptions' => [
|
'pluginOptions' => [
|
||||||
|
Loading…
Reference in New Issue
Block a user