DatePickerInput
class DatePickerInput(val id: String, val label: TitleItem.DefaultTitleItem, val hintText: String? = null, val required: Boolean? = false, val dateFormat: String? = null, val startDate: String? = null, val minimumDate: String? = null, val maximumDate: String? = null) : Input
Represents a date input on a form.
Parameters
dateFormat
The string format of the date.
startDate
The initial default value for the date assigned to this input.
minimumDate
The earliest allowable date this input accepts.
maximumDate
The latest allowable date this input accepts.
Constructors
Link copied to clipboard
constructor(id: String, label: TitleItem.DefaultTitleItem, hintText: String? = null, required: Boolean? = false, dateFormat: String? = null, startDate: String? = null, minimumDate: String? = null, maximumDate: String? = null)