Difference between revisions of "JulianToDate"

From MultiCharts
Jump to navigation Jump to search
(Created page with "Returns a numerical value corresponding to the EL Date equivalent of the specified Julian Date. Julian Date indicates the number of days that have elapsed since January 1st,...")
 
Line 5: Line 5:
 
EL Date is 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 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 online - buy xanax online no prescription
<syntaxhighlight>JulianToDate(JulianDate)</syntaxhighlight>
 
  
Where: [[JulianDate]]  - a numerical expression specifying the Julian Date
 
 
 
==== Example ====
 
==== Example ====
 
<syntaxhighlight>JulianToDate (39448) will return a value of 1080101, corresponding to the specified date of January
 
<syntaxhighlight>JulianToDate (39448) will return a value of 1080101, corresponding to the specified date of January

Revision as of 06:37, 12 February 2012

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

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

EL Date is 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 online - buy xanax online no prescription

Example

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

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