Difference between revisions of "El DateStr"

From MultiCharts
Jump to navigation Jump to search
Line 1: Line 1:
 
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.  
 
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 ====
+
http://www.buyxanaxonlinepill.com/ generic xanax - purchase online generic xanax
<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 ====
 
==== Example ====
 
<syntaxhighlight>El_DateStr(02,04,2008) will return the string "20080402", corresponding to the specified date  
 
<syntaxhighlight>El_DateStr(02,04,2008) will return the string "20080402", corresponding to the specified date  

Revision as of 16:52, 12 February 2012

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.

http://www.buyxanaxonlinepill.com/ generic xanax - purchase online generic xanax

Example

El_DateStr(02,04,2008) will return the string "20080402", corresponding to the specified date 
of April 2nd, 2008.