DateFormats class

Commonly used American and European date formatting notation constants.

All constants are referenced from the AmericanDateFormats and EuropeanDateFormats classes.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

all List<String>
Every date formatting notation constant found in the AmericanDateFormats and EuropeanDateFormats classes.
final

Constants

american → const String
November 5, 2019
americanAbbr → const String
Nov 5, 2019
americanAbbrDayOfWeek → const String
Tue, November 5, 2019
americanAbbrDayOfWeekAbbr → const String
Tue, Nov 5, 2019
americanDayOfWeek → const String
Tuesday, November 5, 2019
americanShort → const String
11/05/2019
european → const String
5 November 2019
europeanAbbr → const String
5 Nov 2019
europeanAbbrDayOfWeek → const String
Tue 5 November 2019
europeanAbbrDayOfWeekAbbr → const String
Tue 05 Nov 2019
europeanDayOfWeek → const String
Tuesday 5 November 2019
europeanShort → const String
05/11/2019