GregorianFormatter class

Gregorian date formatter class

Inheritance

Constructors

GregorianFormatter(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
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
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