localizeDynamicDateAbsoluteTime
fun LocalDateTime.localizeDynamicDateAbsoluteTime(reference: Zoned<Instant>, options: DynamicDateAbsoluteTimeOptions, locale: PlatformLocale = getDefaultLocale()): TickingValue<String>(source)
Localizes this LocalDateTime dynamically (either absolute or relative to a Zoned<Instant> reference point) with the given options in the given locale.
See also
fun LocalDateTime.localizeDynamicDateAbsoluteTime(options: DynamicDateAbsoluteTimeOptions, locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System): TickingValue<String>(source)
Localizes this LocalDateTime dynamically (either absolute or relative to clock) with the given options in the given locale.