conquer/daterangepicker Yii2 Date Range Picker widget

extensionwidgetpickerdaterange

Date Range Picker widget for Yii2 framework

Description

A JavaScript widget for choosing date ranges. Designed to work with the Bootstrap CSS framework. For more information please visit Date Range Picker

Installation

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.

Usage

use conquer\daterangepicker\DaterangepickerWidget;

$form->field($model, 'range')->widget(
    DaterangepickerWidget::className(),
    [
        'language'=>'ru',
    ]
);

License

conquer/daterangepicker is released under the MIT License. See the bundled LICENSE.md for details.

Statistics

Downloads
GitHub Stars
GitHub Forks

Releases

  • 1.010 April 2015

Comments



1.0 is the latest of one release



MIT license
Stats
2 github stars & 0 github forks
0 downloads in the last day
0 downloads in the last 30 days
77 total downloads