DateFormats class

date formats

Constructors

DateFormats()

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

Constants

D_MM_YY → const String
D_MMM_YY → const String
D_MMM_YYYY → const String
DD_MM_YY → const String
DD_MM_YYYY → const String
DD_MMM_YY → const String
DD_MMM_YYYY → const String
DD_MMMM_YY → const String
DD_MMMM_YYYY → const String
EEE_D_MMM_YYYY → const String
EEE_DD_MM_YY → const String
EEE_DD_MM_YYYY → const String
EEE_DD_MMM_YY → const String
EEE_DD_MMM_YYYY → const String
EEE_DD_MMMM_YYYY → const String
SQL_DATE_FORMAT → const String
SQL_DATE_TIME_FORMAT → const String
SQL_END_DATE_FORMAT → const String
SQL_START_DATE_FORMAT → const String