Before I explain, let me confess - I've been as guilty in the past as everyone else. Now that I know better, though, the phrase "Julian date" always jumps out at me. 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. Perhaps call it "day number" 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. It is named after Julius Scaliger, the father of the devisor of this scheme, Joseph Scaliger. 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 "day one", or roughly 6712 years. <p>Robert Bradley<br><a href=mailto: > </a><br><a href= - Visual FoxPro Development</a><br>