LocalDateLocalizer

Localizer for LocalDate.

Create once and re-use for localizing multiple values with the same options. Use LocalDate.localize for one-off localizations.

Examples:

  • 1/8/26

  • Jan 8, 2026

  • January 8, 2026

  • Thursday, January 8, 2026

actual class LocalDateLocalizer : DateTimeLocalizer<ERROR CLASS: Symbol not found for LocalDate> (source)

Localizer for LocalDate.

Create once and re-use for localizing multiple values with the same options. Use LocalDate.localize for one-off localizations.

Examples:

  • 1/8/26

  • Jan 8, 2026

  • January 8, 2026

  • Thursday, January 8, 2026

Localizer for LocalDate.

Create once and re-use for localizing multiple values with the same options. Use LocalDate.localize for one-off localizations.

Examples:

  • 1/8/26

  • Jan 8, 2026

  • January 8, 2026

  • Thursday, January 8, 2026

Constructors

Link copied to clipboard
expect constructor(options: DateStyleOptions, locale: PlatformLocale = getDefaultLocale())
actual constructor(options: DateStyleOptions, locale: PlatformLocale)
actual constructor(options: DateStyleOptions, locale: PlatformLocale)

Functions

Link copied to clipboard
expect open override fun localize(value: LocalDate): String
abstract fun localize(value: ERROR CLASS: Symbol not found for LocalDate): String
actual open override fun localize(value: ERROR CLASS: Symbol not found for LocalDate): String
actual open override fun localize(value: LocalDate): String