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.datepicker()#

Syntax#

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

Parameters#

Key Description Type Default Required
target Input on which the method will be applied. jQuery true
options Let you override default options that can be found on the jQuery UI Datepicker Widget page. Object false

Return value#

A jQuery object representing the datepicker widget.

Description#

This helper will transform a field into a jQuery Date Picker. It will automatically use the date format that the user has chosen in his Monster-UI Settings.