lintion/yii2-widget-flatpickr
Composer 安装命令:
composer require lintion/yii2-widget-flatpickr
包简介
easy and powerful datetime picker for yii2-widget-flatpickr.
README 文档
README
yii2-widget-flatpickr is a easy configuration yii2 widget datetime picker.
Installation
Install the latest stable version:
composer require lintion/yii2-widget-flatpickr
Other installation methods, edit composer.json file require field add the following. Then run composer update
"lintion/yii2-widget-flatpickr": "dev-master"
Quick Start
<?= $form->field($model, 'create_at')->widget(lintion\flatpickr\Flatpickr::className(), [ 'theme' => 'dark', //'locale' => 'en', 'mode'=> 'range', 'enableTime' => false ])?>
统计信息
- 总下载量: 47
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2017-10-19