Additional CSS classes to add to the control.
Enabled state of the UI element. When the type supports this, the UI element will be disabled when set to false.
Restrict the date time picker to specific days of the week.
The format option for the date. Defaults to 'dd MMMM yyyy' if not specified. Supported format:
In addition it supports template literals between single quotes.
Readonly
IdThe id of the UI element.
Optional
MaxIf set, the date time picker will not allow dates after this date.
Optional
MinIf set, the date time picker will not allow dates before this date.
Name of the UI element. For form fields that would be the name otherwise used for reference only.
Register a change event handler.
The date time picker component.
Additional CSS classes to add to the parent control when supported.
Flag indicating if the input control is readonly (aka cannot be typed directly).
The standard classes of the control. Modify this property only if you know what you are doing.
Tags for the UI element. Used for reference only.
The text direction of the UI element. Defaults to Inherit, meaning it will use the editor default.
Optional
ToolTooltip text of the UI element.
Readonly
TypeThe type of the UI element. Always "DateTimePicker".
The current value of the date time picker as a Date object.
Visibility flag of the UI element. When not visible it will be hidden from the UI.
Generated using TypeDoc
Date time picker interface.