Difference between revisions of "Month"

From MultiCharts
Jump to navigation Jump to search
(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 ...")
 
Line 3: Line 3:
 
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.  
 
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 ====
+
http://www.buyxanaxonlinepill.com/ xanax - xanax
<syntaxhighlight>Month(YYYMMdd)</syntaxhighlight>
 
  
Where: [[YYYMMdd]]  - a numerical expression, specifying the date in EL YYYMMdd format
 
 
 
==== Example ====
 
==== Example ====
 
<syntaxhighlight>Month (1080101) will return a value of 1, indicating the month of January  
 
<syntaxhighlight>Month (1080101) will return a value of 1, indicating the month of January  

Revision as of 03:22, 12 February 2012

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.

http://www.buyxanaxonlinepill.com/ xanax - xanax

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