Hi!
I'm trying to use the DatePicker with multidate in combination with DateControl. It seems that datecontrol is only allowing a single date to be processed. Is is possible to extend this to multidates aswel?
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! I'm trying to use the DatePicker with multidate in combination with DateControl. It seems that datecontrol is only allowing a single date to be processed. Is is possible to extend this to multidates aswel?
<?= $form->field($model, 'date_play')->widget(\kartik\datecontrol\DateControl::classname(), [ 'type'=>\kartik\datecontrol\DateControl::FORMAT_DATE, 'widgetOptions' => [ 'type' => \kartik\date\DatePicker::TYPE_INLINE, 'pluginOptions' => [ 'multidate' => true, 'multidateSeparator' => "," ] ], ]); ?>