Module icu_datetime::datetime
source ยท Expand description
The collection of code that is needed for handling formatting operations for DateTimes.
Central to this is the TypedDateTimeFormatter
.
Macrosยง
- time_formatter_size ๐
Structsยง
TimeFormatter
is a structure of theicu::datetime
component that provides time formatting only. When constructed, it uses data from the data provider, selected locale and provided preferences to collect all data necessary to format any time into that locale.TypedDateFormatter
is a formatter capable of formatting dates from a calendar selected at compile time. For the difference between this andDateFormatter
, please read the crate root docs.TypedDateTimeFormatter
is a formatter capable of formatting date/times from a calendar selected at compile time. For the difference between this andDateTimeFormatter
, please read the crate root docs.