Re: Number of days since 1/1/0001
Re: Number of days since 1/1/0001
- Subject: Re: Number of days since 1/1/0001
- From: Jason Bourque <email@hidden>
- Date: Fri, 23 Nov 2001 19:20:40 -0500
Just multiple the number of years by 365 then add the days of this year
passed. Then divide the number of years by 4 and add that number from the
total number of days to count for leap year. Tada, there you go.
Jason Bourque