2017 © Pedro Peláez
 

yii2-extension yii2-jui-timepicker

Adds a timepicker widget to Yii2 JUI

image

phamxuanloc/yii2-jui-timepicker

Adds a timepicker widget to Yii2 JUI

  • Thursday, November 17, 2016
  • by phamxuanloc
  • Repository
  • 1 Watchers
  • 0 Stars
  • 143 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 8 % Grown

The README.md

Yii2 Timepicker JUI addon

Adds a timepicker widget to Yii2 JUI, (*1)

Installation

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

Either run, (*3)

php composer.phar require --prefer-dist phamxuanloc/yii2-jui-timepicker "*"

or add, (*4)

"phamxuanloc/yii2-jui-timepicker": "*"

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

Usage

Once the extension is installed, simply use it in your code by :, (*6)

<?= $form->field($model, 'datetime')->widget(\phamxuanloc\jui\DateTimePicker::className()) ?>
<?= $form->field($model, 'time')->widget(\phamxuanloc\jui\DateTimePicker::className(), ['timeOnly' => true]) ?>

The Versions

17/11 2016

dev-master

9999999-dev

Adds a timepicker widget to Yii2 JUI

  Sources   Download

MIT

The Requires

 

by PX loc

yii2 timepicker jui phamxuanloc