femike/yii2-schedule-week-time-select

Schedule Week Time Select

0.0.1-beta 2015-03-03 06:41 UTC

This package is not auto-updated.

Last update: 2024-04-17 04:37:17 UTC


README

Installation

$ php composer.phar require femike/yii2-schedule-week-time-select "*"

or add

"femike/yii2-schedule-week-time-select": "*"

to the require section of your composer.json file.

Usage

use femike\widgets\ScheduleWeekTimeSelect;

// Select with ActiveForm & model
echo $form->field($model, 'param_name')->widget(ScheduleWeekTimeSelect::className());