kartik-v / yii2-date-range

A Date Range Picker for Bootstrap useful for reports and filtering.
http://demos.krajee.com/date-range
Other
93 stars 81 forks source link

DateRangePicker Error #87

Closed bactv closed 5 years ago

bactv commented 7 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!

stale[bot] commented 5 years ago

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.