Difference between revisions of "Year"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value, indicating the year 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 m...")
 
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/ cheap xanax without a prescription - buy xanax online wthout prescription
<syntaxhighlight>Year(YYYMMdd)</syntaxhighlight>
 
  
Where: [[YYYMMdd]]  - a numerical expression, specifying the date in EL YYYMMdd format
 
 
 
==== Example ====
 
==== Example ====
 
<syntaxhighlight>Year(1080101) will return a value of 108, indicating the year of 2008  
 
<syntaxhighlight>Year(1080101) will return a value of 108, indicating the year of 2008  

Revision as of 00:31, 12 February 2012

Returns a numerical value, indicating the year 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/ cheap xanax without a prescription - buy xanax online wthout prescription

Example

Year(1080101) will return a value of 108, indicating the year of 2008 

Year(990605) will return a value of 99, indicating the year of 1999