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

pkg:composer/lintion/yii2-widget-flatpickr

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

This package is not auto-updated.

Last update: 2025-12-21 11:06:24 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
])?>