localizeDynamicDateAbsoluteTimeAsFlow

fun LocalDateTime.localizeDynamicDateAbsoluteTimeAsFlow(options: DynamicDateAbsoluteTimeOptions, locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System): Flow<String>(source)

Localizes this LocalDateTime dynamically (either absolute or relative to clock) with the given options in the given locale, returning a Flow that automatically receives new localizations as they are needed.

See also