PHPackages                             artsoft/yii2-date-range-picker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. artsoft/yii2-date-range-picker

ActiveLibrary

artsoft/yii2-date-range-picker
==============================

dangrossman daterangepicker yii 2 gridview

047JavaScript

Since Mar 29Pushed 7y agoCompare

[ Source](https://github.com/artmarkov/yii2-date-range-picker)[ Packagist](https://packagist.org/packages/artsoft/yii2-date-range-picker)[ RSS](/packages/artsoft-yii2-date-range-picker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Date range picker for Yii 2
---------------------------

[](#date-range-picker-for-yii-2)

### Author vi mark

[](#author-vi-mark-httpsgithubcomwebvimarkdate-range-picker)

#### Update Artur Markov

[](#update-artur-markov)

---

Installation
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
php composer.phar require --prefer-dist artsoft/yii2-date-range-picker "*"

```

or add

```
"artsoft/yii2-date-range-picker": "*"

```

to the require section of your `composer.json` file.

Configuration
-------------

[](#configuration)

If input in GridView

```
use  artsoft\widgets\DateRangePicker;
