Date Time Input
open class DateTimeInput(value: <Error class: unknown class>? = null, format: String = "YYYY-MM-DD HH:mm", className: String? = null, init: DateTimeInput.() -> Unit? = null)
Basic date/time chooser component.
Parameters
value
date/time input value
format
date/time format (default YYYY-MM-DD HH:mm)
class Name
CSS class names
init
an initializer extension function
Constructors
Link copied to clipboard
constructor(value: <Error class: unknown class>? = null, format: String = "YYYY-MM-DD HH:mm", className: String? = null, init: DateTimeInput.() -> Unit? = null)
Properties
Link copied to clipboard
Automatically open the chooser popup.
Link copied to clipboard
Link copied to clipboard
Days of the week that should be disabled. Multiple values should be comma separated.
Link copied to clipboard
An array of disabled dates.
Link copied to clipboard
An array of enabled dates.
Link copied to clipboard
Date/time chooser month header format.
Link copied to clipboard
The placeholder for the date/time input.
Link copied to clipboard
Automatically open time component after date is selected.
Link copied to clipboard
The view date of the date/time chooser.
Link copied to clipboard
Shows date and time pickers side by side.
Link copied to clipboard
Date/time chooser toolbar placement.
Link copied to clipboard
The validation status of the input.
Link copied to clipboard
Date/time chooser year header format.