Constructors
Accessors
ffiValue
- get ffiValue(): number
Returns number
Methods
calendar
- calendar(): Calendar
format
- format(value): string
Returns string
formatIso
- formatIso(value): string
Returns string
Static
createWithLength
- createWithLength(locale, length): DateFormatter
Static
createWithLengthAndProvider
- createWithLengthAndProvider(provider, locale, length): DateFormatter
An ICU4X DateFormatter object capable of formatting a [
Date
] as a string, using some calendar specified at runtime in the locale.See the Rust documentation for
DateTimeFormatter
for more information.Additional information: 1