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 :-)

-- 

Felipe Schnack
Analista de Sistemas
[EMAIL PROTECTED]
Cel.: (51)91287530
Linux Counter #281893

Centro Universitário Ritter dos Reis
http://www.ritterdosreis.br
[EMAIL PROTECTED]
Fone/Fax.: (51)32303341


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

Reply via email to