to Week Date
Converts this date to an ISO week date representation.
inline fun <T> Date.toWeekDate(settings: WeekSettings, action: (year: Int, week: Int, day: Int) -> T): T
Content copied to clipboard
Converts this date to a week date representation using the week definition in settings.
Converts this date to a week date representation using the week definition associated with the provided locale.
Keep in mind that that the system's calendar settings may differ from that of the default locale on some platforms. To respect the system calendar settings, use WeekSettings.systemDefault instead.