DatePickerInput
constructor(id: String, label: TitleItem.DefaultTitleItem, hintText: String? = null, required: Boolean? = false, dateFormat: String? = null, startDate: String? = null, minimumDate: String? = null, maximumDate: String? = null)
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.