Module icu_datetime::neo
source ยท Expand description
High-level entrypoints for Neo DateTime Formatter
Structsยง
NeoDateFormatter
is a formatter capable of formatting dates from any calendar, selected at runtime. For the difference between this andTypedNeoDateFormatter
, please read the crate root docs. ๐ This item has a stack size of 512 bytes on the stable toolchain at release date.NeoDateTimeFormatter
is a formatter capable of formatting dates from any calendar, selected at runtime. For the difference between this andTypedNeoDateFormatter
, please read the crate root docs. ๐ This item has a stack size of 632 bytes on the stable toolchain at release date.NeoFormatter
is a formatter capable of formatting dates and/or times from a calendar selected at runtime.NeoTimeFormatter
can format times of day. It supports both 12-hour and 24-hour formats. ๐ This item has a stack size of 312 bytes on the stable toolchain at release date.TypedNeoDateFormatter
can format dates from a calendar selected at compile time.TypedNeoDateTimeFormatter
can format dates with times of day. The dates must be in a calendar system determined at compile time.TypedNeoFormatter
is a formatter capable of formatting dates and/or times from a calendar selected at compile time.