Class GregorianDateFormatter
Constructors
Accessors
ffiValue
- get ffiValue(): number
Returns number
Methods
formatIsoDate
- formatIsoDate(value): string
Returns string
formatIsoDatetime
- formatIsoDatetime(value): string
Returns string
Static
createWithLengthAndProvider
- createWithLengthAndProvider(provider, locale, length): GregorianDateFormatter
An ICU4X TypedDateFormatter object capable of formatting a [
IsoDateTime
] as a string, using the Gregorian Calendar.See the Rust documentation for
datetime
for more information.