conquer/daterangepicker
最新稳定版本:1.0
Composer 安装命令:
composer require conquer/daterangepicker
包简介
Yii2 Date Range Picker widget
README 文档
README
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.
统计信息
- 总下载量: 77
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-04-03