Links

Date & time picker

The Date & time picker component allows you to select a date from the calendar. The component can be used to select a date or date and time depending on the component settings. The field supports multiple date and time formats, required field validation, and minimum or maximum values.
The component also allows you to set the time zone for the date and time values.

Methods

Method
Description
setValue(value: boolean)
sets data for the checkbox
setDisabled(disabled: boolean)
enables or disables the component
reset()
resets the component to the initial value
validate()
triggers component's validation
resetValidation()
resets the validation
focus()
sets focus on the component

Triggers

Triggers allow you to launch certain actions upon different events.
on Init
Calls for an action on component initialization, e.g., page refresh
on Change
Calls for an action on the component's state change
on Enter
Calls for an action on Enter click
Last modified 2mo ago