Check your calendar first ...
http://www.earth.com/calendar?2%2F2000

And a FAQ (thanks google!):
http://world.std.com/~dpbsmith/leapyearfaq.txt

Y2K was a leap year.

-Tim

Felipe Schnack wrote:
  Take a look at the following code

GregorianCalendar cal = (GregorianCalendar)Calendar.getInstance();
cal.set(2000, Calendar.FEBRUARY, 1);
System.out.println(cal.isLeapYear(2000));

  Shouldn't "false" be printed on the screen? I see "true" here in my
machine :-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to