Skip to main content

Date Picker mobile component

Select or enter a date and time.

A combination select and input field to select a date from a popup or directly enter it as a text value.

Date Picker

Properties

customValidation
string

A JavaScript conditional statement for custom validation logic. If the statement evaluates to a string, validation fails and it is rendered as the error message. An empty or nullish value is treated as valid input.

disabled
boolean

Whether user input, interaction, or selection is disabled.

displayTimeZone
string

The time zone (UTC offset) that applies to the display value. Uses the time zone reported by the browser if set to local.

formDataKey
string

The key used by a Form component to assign default values to input fields using form.initialData, and to construct the form.data property.

hidden
boolean

Whether the component is visible.

hideValidationMessage
string

Whether to hide the validation message if the input is invalid.

id
string

The name of the component.

invalid
boolean

Whether the current value has failed any validation rules.

label
string

The input label.

labelCaption
string

The additional text to display with the label.

manageTimeZones
boolean

Whether to manage the time zone offset between displayTimeZone and valueTimeZone.

placeholder
string

The placeholder text for the input.

pluginType
string

The component type.

required
boolean

Whether the input is required for validation.

validationMessage
string

The validation message to display if the input is invalid.

value
string

The component value.

valueTimeZone
string

The time zone (UTC offset) that applies to the value.