Difference between revisions of "CurrentDate"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value indicating the computer's current date. The date is indicated in the YYYMMdd format, where YYY is the number of years since 1900, MM is the month, an...")
 
Line 7: Line 7:
 
   
 
   
 
==== Example ====
 
==== Example ====
[[CurrentDate]]  will return a value of 1081030 for October 30th, 2008  
+
<syntaxhighlight>CurrentDate]]  will return a value of 1081030 for October 30th, 2008</syntaxhighlight>
 
   
 
   
  

Revision as of 11:21, 19 January 2012

Returns a numerical value indicating the computer's current date. 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.

For example, the value returned for the date of October 30th, 2008 will be 1081030.

Usage

CurrentDate

Example

CurrentDate]]  will return a value of 1081030 for October 30th, 2008