DatePickerDefaults

Contains default values used by DatePicker.

Properties

Link copied to clipboard

Width of the day column (COUI coui_number_picker_width_small).

Link copied to clipboard
val DayLabel: (Int) -> String

Default day label: zero-padded two digits, as COUI shows in English.

Link copied to clipboard

Padding around the wheel columns (COUI coui_number_picker_view_padding_vertical).

Link copied to clipboard

Width of the month column (COUI coui_datepicker_width_month).

Link copied to clipboard

Default month label: abbreviated English month names, as COUI shows in English.

Link copied to clipboard

Width of the year column (COUI coui_datepicker_width_year).

Link copied to clipboard
val YearLabel: (Int) -> String

Default year label: the plain year number.

Link copied to clipboard

Default selectable year range (COUI: 1900..2100).