macgyer\yii2materializecss\widgets\form\ActiveField::monthInput PHP Method

monthInput() public method

Renders a month input.
public monthInput ( array $options = [] ) : ActiveField
$options array
return ActiveField
    public function monthInput($options = [])
    {
        Html::addCssClass($options, ['input' => 'month']);
        return parent::input('month', $options);
    }