kartik-v / yii2-datecontrol

Date control module allowing separation of date formats for View & Model for Yii Framework 2.0.
http://demos.krajee.com/datecontrol
Other
55 stars 29 forks source link

DateControl with DatePicker and multidate #115

Closed datatrippers closed 5 years ago

datatrippers commented 6 years ago

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' => "," ] ], ]); ?>

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.