localize

fun LocalDate.localize(options: DateStyleOptions, locale: PlatformLocale = getDefaultLocale()): String(source)

Localizes this LocalDate with the given options in the given locale.

See also


fun LocalDateTime.localize(options: LocalDateTimeOptions, locale: PlatformLocale = getDefaultLocale()): String(source)

Localizes this LocalDateTime with the given options in the given locale.

See also


fun LocalTime.localize(options: LocalTimeOptions, locale: PlatformLocale = getDefaultLocale()): String(source)
fun LocalTime.localize(options: TimeStyleOptions.Local, locale: PlatformLocale = getDefaultLocale()): String(source)

Localizes this LocalTime with the given options in the given locale.

See also


fun YearMonth.localize(options: YearMonthOptions, locale: PlatformLocale = getDefaultLocale()): String(source)

Localizes this YearMonth with the given options in the given locale.

See also


fun Zoned<Instant>.localize(options: ZonedInstantOptions, locale: PlatformLocale = getDefaultLocale()): String(source)

Localizes this Instant at this TimeZone with the given options in the given locale.

See also