Class: CustomDateTimeFormat

StockChartX. CustomDateTimeFormat


new CustomDateTimeFormat(format)

Represents custom date time formatter.
Parameters:
Name Type Argument Description
format string <optional>
Custom format string (see http://momentjs.com/docs/#/displaying/ for more details.)

Extends

Members


locale :string

The locale string to use.
Type:
  • string
Inherited From:

Methods


loadState(state)

Loads state.
Parameters:
Name Type Description
state object The state.
Inherited From:
See:

saveState()

Saves formatter state.
Inherited From:
See:
Returns:
The state.
Type
object