Namespace

DuDate

DuDate

Methods

# static getMonth(string) → {int}

Gets the month number from a literal localized name. 0 is january, 11 is december
Parameters:
Name Type Description
string string The month name

View Source Duik_api_fordoc.jsxinc, line 8483

The month number
int

# static getMonthName(string) → {string}

Gets the month name from an index. 0 is january, 11 is december
Parameters:
Name Type Description
string int The month index

View Source Duik_api_fordoc.jsxinc, line 8500

The month name
string

# static toString(date) → {string}

Returns a pretty formatted string representing the date
Parameters:
Name Type Description
date Date The date
To Do:
  • format option

View Source Duik_api_fordoc.jsxinc, line 8514

The date
string