Yii2-daterangepicker

Yii2 Date Range Picker for Bootstrap Wrapper


Project maintained by mzdani Hosted on GitHub Pages — Theme by mattgraham

Latest Stable Version Total Downloads Latest Unstable Version License

Date Range Picker for Bootstrap Date Range Picker is a JavaScript UI component originally created for Improvely to allow users to choose the date range of various reports. It can be attached to any element of a page, whether a text input or not, and provides a dropdown with two calendars to select the dates or a predefined range.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require "mdscomp/yii2-daterangepicker" "~1.0"

or add

"mdscomp/yii2-daterangepicker": "~1.0"

to the require section of your composer.json file.

Usage