Difference between revisions of "DateToJulian"

From MultiCharts
Jump to navigation Jump to search
Line 5: Line 5:
 
Julian Date indicates the number of days that have elapsed since January 1st, 1900.  
 
Julian Date indicates the number of days that have elapsed since January 1st, 1900.  
 
   
 
   
==== Usage ====
+
http://www.buyxanaxonlinepill.com/ buy generic xanax online - buy xanax online wthout prescription
<syntaxhighlight>DateToJulian(YYYMMdd)</syntaxhighlight>
 
  
Where: [[YYYMMdd]]  - a numerical expression, specifying the date in YYYMMdd format
 
 
 
==== Example ====
 
==== Example ====
 
<syntaxhighlight>DateToJulian (1080101) will return a value of 39448, corresponding to the specified date  
 
<syntaxhighlight>DateToJulian (1080101) will return a value of 39448, corresponding to the specified date  

Revision as of 07:38, 13 February 2012

Returns a numerical value corresponding to the Julian Date equivalent of the specified date.

The 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.

Julian Date indicates the number of days that have elapsed since January 1st, 1900.

http://www.buyxanaxonlinepill.com/ buy generic xanax online - buy xanax online wthout prescription

Example

DateToJulian (1080101) will return a value of 39448, corresponding to the specified date 
of January 1st, 2008

DateToJulian (990402)  will return a value of 36252, corresponding to the specified date 
of April 2nd, 1999