2amigos / yii2-date-picker-widget

Bootstrap DatePicker Widget for Yii2
https://2amigos.us
Other
130 stars 77 forks source link

How to set endDate to today? #15

Closed tural-ali closed 8 years ago

tural-ali commented 9 years ago

How to set endDate to today?

lordrebs commented 9 years ago

just include 'endDate' in clientOptions

e.g. 'clientOptions' => [ 'autoclose' => true, 'format' => 'yyyy-mm-dd', 'endDate' => date('Y-m-d') ]