Constructors
Accessors
ffiValue
- get ffiValue(): number
Returns number
Methods
formatDate
- formatDate(value): string
Returns string
formatDatetime
- formatDatetime(value): string
Returns string
formatIsoDate
- formatIsoDate(value): string
Returns string
formatIsoDatetime
- formatIsoDatetime(value): string
Returns string
Static
createWithLength
- createWithLength(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
datetime
for more information.