lintion / yii2-widget-flatpickr
easy and powerful datetime picker for yii2-widget-flatpickr.
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.5
This package is not auto-updated.
Last update: 2025-06-08 08:32:43 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 ])?>