PHPackages                             sadi01/yii2-daterangepicker - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. sadi01/yii2-daterangepicker

ActiveYii2-extension[Utility &amp; Helpers](/categories/utility)

sadi01/yii2-daterangepicker
===========================

Persian date range picker based on Bootstrap 5 for Yii2 framework

v1.0.6(1y ago)21.4k13BSD-3-ClauseJavaScript

Since Mar 23Pushed 1y ago2 watchersCompare

[ Source](https://github.com/Sadi01/yii2-daterangepicker)[ Packagist](https://packagist.org/packages/sadi01/yii2-daterangepicker)[ RSS](/packages/sadi01-yii2-daterangepicker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (8)Used By (3)

Yii2 Bootstrap Date Time Range Picker
=====================================

[](#yii2-bootstrap-date-time-range-picker)

Persian date range picker for Yii2 framework.

This is the daterangepicker widget and a Yii 2 enhanced wrapper for the [daterangepicker](https://github.com/dangrossman/daterangepicker).

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

[](#installation)

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

Either run console command

```
composer require sadi01/yii2-daterangepicker "*"

```

Or add the package to the `require` section of your `composer.json` file:

```
{
    "require": {
      "sadi01/yii2-daterangepicker": "*"
    }
}
```

then run `composer update`.

Usage
-----

[](#usage)

Once the extension is installed, simply use it in your code by :

```
