php - Yii2 kartik datepicker multiple inline -


i want datepicker inline multidate enabled.

it rendered correctly returns last selected date.

return value: '12.11.2016'

if set 'type' type_input working fine.

expected return value: '23.11.2016, 24.11.2016, 18.11.2016, 12.11.2016'

<?= $form->field($model, 'datestring')->widget(datepicker::classname(), [             'type' => datepicker::type_inline,             'pluginoptions' => [                 'multidate' => true,              ],         ]); ?>   

i'm using "kartik-v/yii2-widget-datepicker": "@dev" , model activerecord model.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -