lintion/yii2-widget-flatpickr

easy and powerful datetime picker for yii2-widget-flatpickr.

v1.0.0 2017-10-23 01:40 UTC

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
])?>