Date: Sat, 21 Feb 1998 10:17:20 +0000 (GMT) From: Travis Siegel To: Philip A Lettkeman cc: opendos AT delorie DOT com Subject: Re: Y2K fix In-Reply-To: <19980221.062145.7366.1.Phil.man@juno.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk The way leap years are handled is that if the year is devisible by 4, it's a leap year, unless the year is devisible by 400, in which case it is not considered a leap year. I know, because I had to write some software that handled dates from 1583 (the beginning of our current calendar dating system) up until some indefinite period in the future. And I'm happy to say, it properly handled both leap years and y2K problems. :)