formatMonthYear

abstract fun formatMonthYear(monthMillis: Long?, locale: CalendarLocale): String?

Format a given monthMillis to a string representation of the month and the year (i.e. January 2023).

Parameters

monthMillis

timestamp in UTC milliseconds from the epoch that represents the month

locale

a CalendarLocale to use when formatting the month and year

See also