JvmDateTimeFormatter

class JvmDateTimeFormatter(locale: Locale, options: DateTimeFormatOptions = DateTimeFormatOptions()) : IntlFormatter<Temporal> (source)

Format dates and times using locale-aware formatting.

Constructors

Link copied to clipboard
constructor(locale: Locale, options: DateTimeFormatOptions = DateTimeFormatOptions())

Functions

Link copied to clipboard
open override fun format(value: Temporal): String

Format a value using this formatter.