lintion / yii2-widget-flatpickr
easy and powerful datetime picker for yii2-widget-flatpickr.
Package info
github.com/51168/yii2-widget-flatpickr
Type:yii2-extension
pkg:composer/lintion/yii2-widget-flatpickr
v1.0.0
2017-10-23 01:40 UTC
Requires
- yiisoft/yii2: ~2.0.5
This package is not auto-updated.
Last update: 2026-03-29 12:41:54 UTC
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 ])?>