GregorianFormatter class
Gregorian date formatter class
- Inheritance
-
- Object
- DateFormatter
- GregorianFormatter
Constructors
- GregorianFormatter.new(Gregorian date)
-
make a GregorianFormatter from Gregorian 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
- dddoy → String
-
day of year - 3 digits
no setterinherited
- doy → String
-
day of year
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
-
Gregorian month name
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sep → String
-
Default date Seperator =
-
no setteroverride - tH → String
-
hour
no setterinherited
- tHH → String
-
hour - 2 digit
no setterinherited
- tM → String
-
minute
no setterinherited
- tMM → String
-
minute - 2 digit
no setterinherited
- tMS → String
-
Milliseconds
no setterinherited
- tMSSS → String
-
Milliseconds - 3 digit
no setterinherited
- tS → String
-
second
no setterinherited
- tSS → String
-
second - 2 digit
no setterinherited
- wN → String
-
Gregorian 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