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