2017 © Pedro Peláez
 

yii2-extension yii2-flatpickr

Datetime picker widget for Yii2 framework

image

beaten-sect0r/yii2-flatpickr

Datetime picker widget for Yii2 framework

  • Tuesday, April 10, 2018
  • by Beaten_Sect0r
  • Repository
  • 3 Watchers
  • 14 Stars
  • 2,196 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 5 Versions
  • 21 % Grown

The README.md

Yii2 Flatpickr

Click on a :star:!, (*1)

Total Downloads Latest Stable Version Latest Unstable Version License, (*2)

Flatpickr is a lightweight and powerful datetime picker., (*3)

Installation

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

Either run, (*5)

composer require --prefer-dist beaten-sect0r/yii2-flatpickr "*"

or add, (*6)

"beaten-sect0r/yii2-flatpickr": "*"

to the require section of your composer.json file., (*7)

Usage



= $form->field($model, 'published_at')->widget(FlatpickrWidget::class, [
    'locale' => strtolower(substr(Yii::$app->language, 0, 2)),
    // https://chmln.github.io/flatpickr/plugins/
    'plugins' => [
         'confirmDate' => [
               'confirmIcon'=> "",
               'confirmText' => 'OK',
               'showAlways' => false,
               'theme' => 'light',
         ],
    ],
    'groupBtnShow' => true,
    'options' => [
        'class' => 'form-control',
    ],
    'clientOptions' => [
        // config options https://chmln.github.io/flatpickr/options/
        'allowInput' => true,
        'defaultDate' => $model->published_at ? date(DATE_ATOM, $model->published_at) : null,
        'enableTime' => true,
        'time_24hr' => true,
    ],
]) ?>

The Versions

10/04 2018

dev-master

9999999-dev

Datetime picker widget for Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 datetime picker flatpickr

02/11 2017

2.0.1

2.0.1.0

Datetime picker widget for Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 datetime picker flatpickr

21/06 2017

2.0.0

2.0.0.0

Datetime picker widget for Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 datetime picker flatpickr

04/06 2017

1.0.1

1.0.1.0

Datetime picker widget for Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 datetime picker flatpickr

17/05 2017

1.0.0

1.0.0.0

Datetime picker widget for Yii2 framework

  Sources   Download

BSD-3-Clause

The Requires

 

extension yii2 datetime picker flatpickr