Day Indicator

fun DayIndicator(modifier: Modifier = Modifier, dayInMillis: Long, contentColor: Color = Color.White, monthVisible: Boolean = true)

Component used to indicate a day value (number, month and day of week) from a day picker

Parameters

modifier

The modifier to apply to the component

dayInMillis

The value of the day in millis

contentColor

The color of the content

monthVisible

Whether the month value must be visible