×

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.

Changes - MultiCharts
Open main menu

Changes

Outputting Dates in EasyLanguage

No change in size, 14:17, 23 February 2012
Which returns the following sentence: ''The current date is: 1120127.00''.
To output the date in a more readable format, the reserved word <code><b>[[FormatDate]]</codeb></bcode> is needed. However, FormatDate requires that the date is in DateTime format, while the default Date is in YYYMMdd format. So, a conversion to DateTime is needed first. This is done with the <code><b>[[ELDateToDateTime]]</codeb></bcode> reserved word.
The code example below shows in detail which steps needs to be made.