Module format

Source
Expand description

Structsยง

DateTimeFormat
A compiled date-time format string.

Enumsยง

DateTimeField ๐Ÿ”’
A date-time field.
DateTimeFormatNode ๐Ÿ”’
An element of a date-time format string.
DateTimeToken ๐Ÿ”’
The raw tokens that can appear in a format string. Many of these tokens overlap, in which case the longest matching token should be selected.
OrdinalMode ๐Ÿ”’
Specifies the ordinal suffix that should be attached to numeric fields.
WordCaps ๐Ÿ”’
Specifies the capitalization of a word.

Constantsยง

MONTHS_ABBREV_ALL_CAPS ๐Ÿ”’
MONTHS_ABBREV_FIRST_CAPS ๐Ÿ”’
MONTHS_ABBREV_NO_CAPS ๐Ÿ”’
MONTHS_ALL_CAPS ๐Ÿ”’
MONTHS_FIRST_CAPS ๐Ÿ”’
MONTHS_NO_CAPS ๐Ÿ”’
MONTHS_ROMAN_CAPS ๐Ÿ”’
MONTHS_ROMAN_NO_CAPS ๐Ÿ”’
WEEKDAYS_ABBREV_ALL_CAPS ๐Ÿ”’
WEEKDAYS_ABBREV_FIRST_CAPS ๐Ÿ”’
WEEKDAYS_ABBREV_NO_CAPS ๐Ÿ”’
WEEKDAYS_ALL_CAPS ๐Ÿ”’
WEEKDAYS_FIRST_CAPS ๐Ÿ”’
WEEKDAYS_NO_CAPS ๐Ÿ”’