Difference between revisions of "Date"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the closing date of a bar. The date is indicated in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, and ...")
 
Line 5: Line 5:
 
   
 
   
 
==== Example ====
 
==== Example ====
[[Date]] will return a value of 1071030 for October 30th, 2007  
+
<syntaxhighlight>Date  will return a value of 1071030 for October 30th, 2007  
  
[[Date]] will return a value of 990402 for April 2th, 1999
+
Date  will return a value of 990402 for April 2th, 1999</syntaxhighlight>
  
 
   
 
   

Revision as of 11:46, 19 January 2012

Returns a numerical value indicating the closing date of a bar. The date is indicated 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

Date

Example

Date  will return a value of 1071030 for October 30th, 2007 

Date  will return a value of 990402 for April 2th, 1999