monster.ui.timepicker()

Syntax

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

Parameters

KeyDescriptionTypeDefaultRequired
targetInput or select element on which the method will be applied.jQuerytrue
optionsList of options for jQuery Timepicker plugin.Objectfalse

Description

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

On this page