KalugaDateFormatter
Default implementation of BaseDateFormatter
Default implementation of BaseDateFormatter
Default implementation of BaseDateFormatter
Default implementation of BaseDateFormatter
Default implementation of BaseDateFormatter
Default implementation of BaseDateFormatter backed by the ECMAScript Intl.DateTimeFormat API for style-based formatting and the luxon library for custom pattern formatting and parsing. Shared by the JS family (js + wasmJs).
Java-style pattern tokens (yyyy, MM, dd, HH, 'literal', Z, …) are translated to luxon's tokens so consumers can keep using the same patterns they use on Android/JVM.
Types
Properties
The name used to describe A.M. when using a twelve hour clock.
The name used to describe A.M. when using a twelve hour clock.
The name used to describe A.M. when using a twelve hour clock.
The name used to describe A.M. when using a twelve hour clock.
The name used to describe A.M. when using a twelve hour clock.
A list containing the names of all eras used by this date formatter.
A list containing the names of all eras used by this date formatter.
A list containing the names of all eras used by this date formatter.
A list containing the names of all eras used by this date formatter.
A list containing the names of all eras used by this date formatter.
A list containing the names of all months used by this date formatter.
A list containing the names of all months used by this date formatter.
A list containing the names of all months used by this date formatter.
A list containing the names of all months used by this date formatter.
A list containing the names of all months used by this date formatter.
The name used to describe P.M. when using a twelve hour clock.
The name used to describe P.M. when using a twelve hour clock.
The name used to describe P.M. when using a twelve hour clock.
The name used to describe P.M. when using a twelve hour clock.
The name used to describe P.M. when using a twelve hour clock.
A list containing the shortened names of all months used by this date formatter.
A list containing the shortened names of all months used by this date formatter.
A list containing the shortened names of all months used by this date formatter.
A list containing the shortened names of all months used by this date formatter.
A list containing the shortened names of all months used by this date formatter.
A list containing the shortened names of all months used by this date formatter.
A list containing the shortened names of all weekdays used by this date formatter.
A list containing the shortened names of all weekdays used by this date formatter.
A list containing the shortened names of all weekdays used by this date formatter.
A list containing the shortened names of all weekdays used by this date formatter.
A list containing the shortened names of all weekdays used by this date formatter.
A list containing the shortened names of all weekdays used by this date formatter.
The KalugaTimeZone this KalugaDateFormatter formats its dates to.
The KalugaTimeZone this KalugaDateFormatter formats its dates to.
The KalugaTimeZone this KalugaDateFormatter formats its dates to.
The KalugaTimeZone this KalugaDateFormatter formats its dates to.
The KalugaTimeZone this KalugaDateFormatter formats its dates to.
The KalugaTimeZone this KalugaDateFormatter formats its dates to.
A list containing the names of all weekdays used by this date formatter.
A list containing the names of all weekdays used by this date formatter.
A list containing the names of all weekdays used by this date formatter.
A list containing the names of all weekdays used by this date formatter.
A list containing the names of all weekdays used by this date formatter.
Functions
Formats a given KalugaDate to a String using the format described by this KalugaDateFormatter.
Formats a given KalugaDate to a String using the format described by this KalugaDateFormatter.
Formats a given KalugaDate to a String using the format described by this KalugaDateFormatter.
Formats a given KalugaDate to a String using the format described by this KalugaDateFormatter.
Formats a given KalugaDate to a String using the format described by this KalugaDateFormatter.
Formats a given KalugaDate to a String using the format described by this KalugaDateFormatter.
Attempts to parse a given String into a KalugaDate using the format described.
Attempts to parse a given String into a KalugaDate using the format described.
Attempts to parse a given String into a KalugaDate using the format described.
Attempts to parse a given String into a KalugaDate using the format described.
Attempts to parse a given String into a KalugaDate using the format described.
Attempts to parse a given String into a KalugaDate using the format described.