Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Julian dates - they're not what you think

Status
Not open for further replies.

foxdev

Programmer
Feb 11, 2000
1,995
US
Before I explain, let me confess - I've been as guilty in the past as everyone else.&nbsp;&nbsp;Now that I know better, though, the phrase &quot;Julian date&quot; always jumps out at me.&nbsp;&nbsp;Blame it on old-age crankiness.<br><br><font color=red><b>Julian Date does not mean day of the year.</b></font><br><br>The day of the year is just that - the day of the year.&nbsp;&nbsp;Perhaps call it &quot;day number&quot; for short.<br><br>Julian date is (and I'm not making this up, to quote Dave Barry) the number of days since January 1, 4713 B.C.&nbsp;&nbsp;It is named after Julius Scaliger, the father of the devisor of this scheme, Joseph Scaliger.&nbsp;&nbsp;The method was developed in 1582.<br><br>By way of proof, execute the following code:<br><br><FONT FACE=monospace>? val(sys(1))/365.25</font><br><br>SYS(1) is VFP's Julian System Date function; this code will return the number of years since Julian &quot;day one&quot;, or roughly 6712 years. <p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br>
 
Thnak you, I have been saying this for a long time. I work with Big 401k companies who don't know what a julian date is. I get file layout specification from them all the time that ask for a julian date of exp 12301 meaing 123 day of 2001 they (the banks and 401k providers) call this julian date. I have tried to explain to the providers that this is not a julian date that most of the dates are from BC.

Thanks
Jim Garry
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top