shanitp / yii2-jquery-timepicker
A javascript timepicker plugin for jQuery inspired by Google Calendar.
Package info
github.com/shani-tp/JqueryTimepicker
Type:yii2-extension
pkg:composer/shanitp/yii2-jquery-timepicker
dev-master
2017-02-16 05:55 UTC
Requires
- yiisoft/yii2: *
This package is not auto-updated.
Last update: 2026-03-23 23:30:04 UTC
README
A javascript timepicker plugin for jQuery inspired by Google Calendar.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist shanitp/yii2-jquery-timepicker "*"
or add
"shanitp/yii2-jquery-timepicker": "*"
to the require section of your composer.json file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \shani\jquerytimepicker\AutoloadExample::widget(); ?>```