grenhaz/yii2-time

Yii2 Time input wrapper

Installs: 36

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:yii2-extension

1.0.0 2018-03-19 16:55 UTC

This package is not auto-updated.

Last update: 2024-10-03 03:54:11 UTC


README

For license information check the LICENSE-file.

Installation

The preferred way to install this extension is through composer.

Either run

php composer.phar require --prefer-dist grenhaz/yii2-time

or add

"grenhaz/yii2-time": "~1.0.0"

to the require section of your composer.json.

Basic Usage

<?= $form->field( $model, 'time' )->widget( TimeWidget::classname() ) ?>

Example

Example