Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 455 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 455 Bytes

yii2-schedule-week-time-select

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());