DateFormatter class abstract
super class for Jalali and Gregorian Date formatter
Constructors
- DateFormatter(Date date)
-
make a DateFormatter for a Date object
const
Properties
- d → String
-
day number string whatever length it has
no setter
- date → Date
-
stored date
final
- dd → String
-
day number string ensured to have length of 2
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- m → String
-
month number string whatever length it has
no setter
- mm → String
-
month number string ensured to have length of 2
no setter
- mN → String
-
month name
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wN → String
-
week day name
no setter
- y → String
-
year number string whatever length it has
no setter
- yy → String
-
year number string ensured to have length of 2
no setter
- yyyy → String
-
year number string ensured to have length of 4
no setter
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