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