gamitg / yii2-jui-timepicker
This is extended version of time picker of jui for yii2
Package info
github.com/GAMITG/yii2-jui-timepicker
Type:yii2-extension
pkg:composer/gamitg/yii2-jui-timepicker
dev-master
2015-09-18 14:03 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-04-01 17:33:43 UTC
README
This is extended version of time picker of jui for yii2
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist gamitg/yii2-jui-timepicker "*"
or
php composer require --prefer-dist gamitg/yii2-jui-timepicker "*"
or add
"gamitg/yii2-jui-timepicker": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \gamitg\JuiTimepicker\Timepicker::widget(); ?>