ofilin/yii2-clockpicker

ClockPicker widget for yii2

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 1

Open Issues: 0

Type:yii2-extension

0.1.0 2019-07-01 08:02 UTC

This package is auto-updated.

Last update: 2024-05-29 04:22:14 UTC


README

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) ?>