clockpicker asset for Yii2
Yii2 wrapper for clockpicker (clock-like time picker) plugin., (*1)
Installation
The preferred way to install this extension is through composer., (*2)
Either run, (*3)
composer require --prefer-dist "madand/yii2-clockpicker:*"
or add, (*4)
"madand/yii2-clockpicker": "*"
to the require
section of your composer.json
file., (*5)
Usage
In the view file register the asset:, (*6)
\madand\clockpicker\ClockPickerAsset::register($this);
License
The BSD License (BSD). Please see License File for more information., (*7)