Sets the control's required
state
Checks if the value matches the format and is in range of values.
Closes the picker.
Get the current value of the control or given value as JavaScript date object.
Returns the value of the field.
Opens the picker.
Checks and reports validity.
Useful if the field's value was changed without triggering changes.
Set value of the control.
Sets a value for the control.
The value must be either a string (in the same format the field is configured with) or an date object.
NOTE: If the value doesn't match the field's format, no value will be set.
Converts a JavaScript date object to a string like 22.02.2022
.
Gets the control's
required
state.