Input Date Time Model
UiModel used for InputDateTime
Parameters
: Label of the component.
: Input of the component in the format of ddMMyyyy/HHMM/ddMMyyyyHHMM.
: if true the user can utilize the keyboard to enter the date.
: Type of action icon to display. DateTimeActionType.DATE_TIME, DateTimeActionType.DATE, DateTimeActionType.TIME
: Callback to override the action when the calendar icon is clicked. material3 DatePicker or Timepicker will be used calling onValueChanged after selecting a date or time.
: List of SupportingTextData that manages all the messages to be shown.
: gives access to the on next callback.
: gives access to the on Focus changed callback.
: Mark this input as marked.
: Pass a visual transformation to format the date input visually. By default uses DateTransformation.
: the date value format, current supported formats are -> ddMMyyyy and MMddyyyy.
: only applies if input is of type DateTime or Time, manages whether the TimePicker is on 24 hour format or not.
: gives access to InputShell style parameters.
: a SelectableDates object that takes in two dates as strings in ddMMyyyy format and will not allow selection for the date picker, default value will be -> SelectableDates("01011940","12312300").
: manages the DatePicker confirm button text.
: manages the DatePicker cancel button text.
: manages the year range to be shown.
: Callback to receive changes in the input in the following formats:
: the keyboard ImeAction
: error text to be used if hour format is incorrect.
: error text to be used if date is out of range.