aprsoft / yii2-daterangepicker
yii2,extension,daterangepicker
Package info
github.com/AprSoft/yii2-daterangepicker
Language:JavaScript
Type:yii2-extension
pkg:composer/aprsoft/yii2-daterangepicker
v1.4
2017-08-02 06:12 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-09 14:11:29 UTC
README
yii2 daterangepicker extension
Installation
The preferred way to install this extension is through composer.
Either run
composer require --prefer-dist aprsoft/yii2-daterangepicker "*"
or add
"aprsoft/yii2-daterangepicker": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \AprSoft\DateRangePicker\DateRangePicker::widget(); ?>
or
<?= $form->field($model, 'body')->widget(\AprSoft\DateRangePicker\DateRangePicker::className()) ?>