DateType
data class DateType(val earliestDate: KalugaDate? = null, val latestDate: KalugaDate? = null) : DateTimePicker.Type
Selects a Date A range can be provided to limit the dates selectable
Properties
Link copied to clipboard
if provided, no date can be picked that is before this KalugaDate
Link copied to clipboard
if provided, no date can be picked that is after this KalugaDate