Closed bactv closed 5 years ago
Hi Kartik,
I have a problem with DateRangePicker. This is my code:
echo DateRangePicker::widget([ 'name' => 'time_up_asset', 'value' => $time_up_asset, 'presetDropdown' => true, 'hideInput' => true, 'pluginOptions' => [ 'locale' => ['format' => 'D/M/YYYY'], 'allowClear' => true ], 'options' => [ 'id' => 'time_up_asset' ] ]);
Error:
Please help me!
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Hi Kartik,
I have a problem with DateRangePicker. This is my code:
echo DateRangePicker::widget([ 'name' => 'time_up_asset', 'value' => $time_up_asset, 'presetDropdown' => true, 'hideInput' => true, 'pluginOptions' => [ 'locale' => ['format' => 'D/M/YYYY'], 'allowClear' => true ], 'options' => [ 'id' => 'time_up_asset' ] ]);
Error:
Please help me!