monster.ui.datepicker()

Syntax

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

Parameters

KeyDescriptionTypeDefaultRequired
targetInput on which the method will be applied.jQuerytrue
optionsLet you override default options that can be found on the jQuery UI Datepicker Widget page.Objectfalse

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.

On this page