MonthFormatter class
Month between [1...12] formatter.
- Implemented types
- Implementers
Constructors
- MonthFormatter()
- 
          Creates a new MonthFormatter instance.
            const
Properties
Methods
- 
  format(DateTime date) → String 
- 
  Format the given dateand return the formatted string.override
- 
  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