citysites / yii2-jquery-ui-timepicker-addon
Yii2 asset for https://github.com/trentrichardson/jQuery-Timepicker-Addon
Package info
github.com/citysites/yii2-jquery-ui-timepicker-addon
pkg:composer/citysites/yii2-jquery-ui-timepicker-addon
dev-master
2019-10-04 10:41 UTC
Requires
- npm-asset/jquery-ui-timepicker-addon: ^1.6
- yiisoft/yii2: ^2.0
- yiisoft/yii2-jui: *
This package is auto-updated.
Last update: 2026-03-05 21:27:03 UTC
README
Documentation
All documantation about cookieconsent you can find here
Installation
Composer
The preferred way to install this extension is through Composer.
Either run composer require citysites/yii2-jquery-ui-timepicker-addon "dev-master"
or add "citysites/yii2-jquery-ui-timepicker-addon": "dev-master" to the require section of your composer.json
Usage
use \citysites\assets\JuiTimepickerAddonAsset; JuiTimepickerAddonAsset::register($this);// $this represents the view object