localizeDynamic

fun LocalDate.localizeDynamic(reference: Zoned<Instant>, options: DynamicLocalDateOptions = DynamicLocalDateOptions(), locale: PlatformLocale = getDefaultLocale()): TickingValue<String>

Localizes this LocalDate dynamically (either absolute or relative to a Zoned<Instant> reference point) with the given options in the given locale.

See also


fun YearMonth.localizeDynamic(reference: Zoned<Instant>, options: DynamicYearMonthOptions = DynamicYearMonthOptions(), locale: PlatformLocale = getDefaultLocale()): TickingValue<String>

Localizes this YearMonth dynamically (either absolute or relative to a Zoned<Instant> reference point) with the given options in the given locale.

See also