localizeDynamicDateAbsoluteTime

fun LocalDateTime.localizeDynamicDateAbsoluteTime(reference: Zoned<Instant>, options: DynamicDateAbsoluteTimeOptions = DynamicDateAbsoluteTimeOptions(), locale: PlatformLocale = getDefaultLocale()): TickingValue<String>

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

See also