The DateBase class contains the localized string information used by the feathers.formatters.DateFormatter class and the parsing function that renders the pattern. This is a helper class for the DateFormatter class that is not usually used independently.

See also:

Static variables

staticdayNamesLong:Array<String>

Long format of day names.

staticdayNamesShort:Array<String>

Short format of day names.

staticmonthNamesLong:Array<String>

Long format of month names.

staticmonthNamesShort:Array<String>

Short format of month names.

statictimeOfDay:Array<String>

Time of day names.

statictimezoneHourMinuteSeperator:String

Timezone hour/minute seperator.

statictimezoneName:String

Timezone name.