DatePickerDefaults
object DatePickerDefaults
Contains default values used by the DatePicker.
Functions
Link copied to clipboard
fun dateFormatter(yearSelectionSkeleton: String = YearMonthSkeleton, selectedDateSkeleton: String = YearAbbrMonthDaySkeleton, selectedDateDescriptionSkeleton: String = YearMonthWeekdayDaySkeleton): DatePickerFormatter
The date formatter will apply the best possible localized form of the given skeleton and Locale. A skeleton is similar to, and uses the same format characters as, a Unicode UTS #35 pattern.
Link copied to clipboard
Default colors for DatePicker.
Link copied to clipboard
Default vibrants for DatePicker.
@Composable
Custom vibrants for DatePicker.
Link copied to clipboard
@Composable
Custom colors for DatePicker.