×

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

El DateStr

687 bytes added, 12:09, 19 January 2012
Created page with "Returns an 8-character numerical string corresponding to the specified date. The string is in the yyyyMMdd format, where yyyy is the four-digit year, MM is the month, and dd i..."
Returns an 8-character numerical string corresponding to the specified date. The string is in the yyyyMMdd format, where yyyy is the four-digit year, MM is the month, and dd is the day of the month.

==== Usage ====
<syntaxhighlight>El_DateStr(dd, MM, yyyy)</syntaxhighlight>

Where: [[dd]] - a numerical expression specifying the day of the month

[[MM]] - a numerical expression specifying the month

[[yyyy]] - a four-digit numerical expression specifying the year

==== Example ====
<syntaxhighlight>El_DateStr(02,04,2008) will return the string "20080402",

corresponding to the specified date of April 2nd, 2008.</syntaxhighlight>




[[Category:Date and Time Routines]]
Anonymous user