localizeRelativeDateAbsoluteTime

fun LocalDateTime.localizeRelativeDateAbsoluteTime(reference: Zoned<Instant>, options: RelativeDateAbsoluteTimeOptions = RelativeDateAbsoluteTimeOptions(), locale: PlatformLocale = getDefaultLocale()): TickingValue<String>(source)

Localizes this LocalDateTime relatively with respect to reference, with a single unit with the given options in the given locale.

See also


fun LocalDateTime.localizeRelativeDateAbsoluteTime(options: RelativeDateAbsoluteTimeOptions = RelativeDateAbsoluteTimeOptions(), locale: PlatformLocale = getDefaultLocale(), clock: Clock = Clock.System): TickingValue<String>(source)

Localizes this LocalDateTime relatively with respect to clock, with a single unit with the given options in the given locale.

See also