Skip to content

ofilin/yii2-clockpicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

yii2-clockpicker

ClockPicker https://weareoutman.github.io/clockpicker/

Installation

Add the package to your composer.json:

{
    "require": {
        "ofilin/yii2-clockpicker": "^0.1"
    }
}

and run composer update or alternatively run composer require ofilin/yii2-clockpicker:^0.1

Usage

use ofilin\clockpicker\ClockPickerWidget;
<?= $form->field($model, 'time_field')->label(false)->widget(ClockPickerWidget::class) ?>

About

ClockPicker widget

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages