localizeDynamicNow

fun LocalDate.localizeDynamicNow(options: DynamicLocalDateOptions = DynamicLocalDateOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System, timeZone: TimeZone = TimeZone.currentSystemDefault()): TickingValue<String>

Localizes this LocalDate dynamically (either absolute or relative to clock @ timeZone) with the given options in the given locale.

See also


fun YearMonth.localizeDynamicNow(options: DynamicYearMonthOptions = DynamicYearMonthOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System, timeZone: TimeZone = TimeZone.currentSystemDefault()): TickingValue<String>

Localizes this YearMonth dynamically (either absolute or relative to clock @ timeZone) with the given options in the given locale.

See also