DateFormat class
Date format class for formatting dates
Constructors
- DateFormat(String _pattern)
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
-
format(
DateTime dateTime) → String - Format a DateTime using the pattern
-
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 Methods
-
d(
) → DateFormat -
H(
) → DateFormat -
Hm(
) → DateFormat -
hm(
) → DateFormat -
Hms(
) → DateFormat -
hms(
) → DateFormat -
M(
) → DateFormat -
m(
) → DateFormat -
ms(
) → DateFormat -
s(
) → DateFormat -
y(
) → DateFormat -
yMd(
) → DateFormat -
yMMMd(
) → DateFormat -
yMMMEd(
) → DateFormat -
yMMMMEEEEd(
) → DateFormat