A JavaScript widget for choosing date ranges. Designed to work with the Bootstrap CSS framework. For more information please visit Date Range Picker
The preferred way to install this extension is through composer.
To install, either run
$ php composer.phar require conquer/daterangepicker "*"
or add
"conquer/daterangepicker": "*"
to the require
section of your composer.json
file.
use conquer\daterangepicker\DaterangepickerWidget;
$form->field($model, 'range')->widget(
DaterangepickerWidget::className(),
[
'language'=>'ru',
]
);
conquer/daterangepicker is released under the MIT License. See the bundled LICENSE.md
for details.
Comments