×

Sign up and get MultiCharts free

Use its powerful simulation mode with data included out of the box. Just fill out the form and start honing your trading skills with a few clicks.

Month - MultiCharts
Open main menu

Month

Revision as of 13:12, 19 January 2012 by 194.84.116.138 (talk) (Created page with "Returns a numerical value, indicating the month of the specified EL Date. EL Date is specified in the YYYMMdd format, where YYY is the number of years since 1900, MM is the ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a numerical value, indicating the month of the specified EL Date.

EL Date is specified in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, and dd is the day of the month.

Usage

Month(YYYMMdd)

Where: YYYMMdd - a numerical expression, specifying the date in EL YYYMMdd format

Example

Month (1080101) will return a value of 1, indicating the month of January 

Month (990605) will return a value of 6, indicating the month of June