localizeDynamic

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

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 LocalDate.localizeDynamic(options: DynamicLocalDateOptions, locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System): TickingValue<String>(source)

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

See also


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

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

See also


fun YearMonth.localizeDynamic(options: DynamicYearMonthOptions, locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System): TickingValue<String>(source)

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

See also