Skip to content

KAZOO Support Channels

This documentation is curated by 2600Hz as part of the KAZOO open source project. Join our community forums here for peer support. Only features in the docs.2600hz.com/supported space are included as part of our 2600Hz Support Services plan.

monster.ui.monthpicker()#

Syntax#

monster.ui.monthpicker(target[, options]);

Parameters#

Key Description Type Default Required
target Input on which the method will be applied. jQuery true
options Object(#/options) false

options#

Key Description Type Default Required
selectedMonth Used to set the selected month (when not set nothing is selected). Date null false
minMonth Used to set the minimum selectable month (when not set there is no minimum). Date null false
maxMonth Used to set the maximum selectable month (when not set there is no maximum). Date null false

Description#

This helper will transform a field into a jQuery MonthPicker element.