2017 © Pedro Peláez
 

yii2-extension yii2-flatpickr

Lightweight and powerful datetimepicker for Yii2 Framework

image

codenix-sv/yii2-flatpickr

Lightweight and powerful datetimepicker for Yii2 Framework

  • Wednesday, March 14, 2018
  • by codenix-sv
  • Repository
  • 1 Watchers
  • 2 Stars
  • 14 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Flatpickr widget for Yii2

Build Status Maintainability Test Coverage Scrutinizer Code Quality Code Coverage, (*1)

License Latest Stable Version, (*2)

This is Yii2 widget wrapper for Flatpickr datetime picker. Flatpickr is a lightweight and powerful datetime picker written in vanilla javascript., (*3)

flatpickr-theme flatpickr-theme-dark, (*4)

Latest release

The latest stable version of the extension is v2.0, (*5)

Installation

The preferred way to install this extension is through composer., (*6)

Either run, (*7)

$ composer require codenix-sv/yii2-flatpickr:~2.0

or add, (*8)

"codenix-sv/yii2-flatpickr" : "~2.0"

to the require section of your application's composer.json file., (*9)

Basic usage

Example of use with an ActiveForm:


...
= $form->field($model, 'date')->widget(Flatpickr::class) ?>

Example of use as a widget:

= Flatpickr::widget(['model' => $model, 'attribute' => 'email']) ?>

Usage with options


...
= $form->field($model, 'email')->widget(Flatpickr::class, [
        'theme' =>'dark',
        'clientOptions' => [
            'locale' => 'ru',
            'enableTime' => true
        ]
]) ?>

Further Information

Please, check the Flatpickr site documentation for further information about configuration options., (*10)

License

yii2-flatpickr is released under the MIT License. See the bundled LICENSE for details., (*11)

The Versions

14/03 2018

dev-master

9999999-dev

Lightweight and powerful datetimepicker for Yii2 Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vladymyr Svyryd

yii2 flatpickr yii2 datepicker yii2 flatpickr

21/11 2017

v1.0

1.0.0.0

Lightweight and powerful datetimepicker for Yii2 Framework

  Sources   Download

MIT

The Requires

 

The Development Requires

by Vladymyr Svyryd

yii2 flatpickr yii2 datepicker yii2 flatpickr