dh/yii2-clockpicker

Yii2 wrapper for clockpicker (clock-like time picker) plugin 修改前端资源源

This package's canonical repository appears to be gone and the package has been frozen as a result.

0.1.0 2017-10-11 07:47 UTC

This package is not auto-updated.

Last update: 2022-10-18 18:58:25 UTC


README

Yii2 wrapper for clockpicker (clock-like time picker) plugin.

Installation

The preferred way to install this extension is through composer.

Either run

composer require --prefer-dist "dh/yii2-clockpicker:*"

or add

"dh/yii2-clockpicker": "0.0.1"

to the require section of your composer.json file.

Usage

In the view file register the asset:

\dh\clockpicker\ClockPickerAsset::register($this);

License

The BSD License (BSD). Please see License File for more information.