grenhaz / yii2-time
Yii2 Time input wrapper
1.0.0
2018-03-19 16:55 UTC
Requires
- yiisoft/yii2: ~2.0.6
This package is not auto-updated.
Last update: 2026-03-05 10:22:14 UTC
README
For license information check the LICENSE-file.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist grenhaz/yii2-time
or add
"grenhaz/yii2-time": "~1.0.0"
to the require section of your composer.json.
Basic Usage
<?= $form->field( $model, 'time' )->widget( TimeWidget::classname() ) ?>
