modules/moment library

Classes

Moment
A rich, human-friendly wrapper around date and time values.
Period
A duration of time that understands human-scale units — including years and months.

Constants

A → const String
AM/PM
a → const String
AM/PM (Lowercase)
At → const String
at → const String
backSlash → const String
colon → const String
comma → const String
D → const String
Day of Month
dash → const String
dateNumeric → const String
Date (Numeric)
DD → const String
Day of Month (Padded)
ddd → const String
Day of Week (Short)
dddd → const String
Day of Week (Full)
defaultFormatStyle → const List<String>
Do → const String
Day of Month (Ordinal)
dot → const String
H → const String
Hour (24-Hour Clock)
h → const String
Hour (12-Hour Clock)
HH → const String
Hour (24-Hour Clock, Padded)
hh → const String
Hour (12-Hour Clock, Full)
M → const String
Month (Number)
m → const String
Minute
MM → const String
Month (Padded)
mm → const String
Minute (Long)
MMM → const String
Month (Short)
mmmm → const String
Month (Full)
Mo → const String
Month (Ordinal)
monthNames → const Map<int, String>
Of → const String
of → const String
s → const String
Second
semicolon → const String
slash → const String
space → const String
ss → const String
Second (Long)
T → const String
Time (12-Hour)
t → const String
Time (24-Hour)
The → const String
the → const String
weekDayNames → const Map<int, String>
yy → const String
Year (Short)
yyyy → const String
Year (Full)