DateToWord class

Constructors

DateToWord()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convert(DateTime value) String
Converts Dates to word in following format <Month Day+ Ordinal>+
monthInWord(int month) String
Convert DateTime(month) to word
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
numToWord(int number) String
Converts number to word
numWithOrdinal(int number) String
Adds ordinal to any number
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

instance DateToWord
getter/setter pair