Re: Definition of a Leap Year????

From: Mark Styles <lambic_at_msn.com>
Date: 1997/06/26
Message-ID: <33B2D7F6.2C5D_at_msn.com>#1/1


Seah Yong Seng wrote:
> What is the definition of a Leap Year?

if (year mod 4 = 0 and year mod 100 != 0) or year mod 400 = 0 then

    year is a leap year
end if

i.e, every fourth year is a leap year except for century years that are not divisible by 400

Therefore the year 2000 is a leap year (divisible by 400) Received on Thu Jun 26 1997 - 00:00:00 CEST

Original text of this message