Submitted by donoswald on Wed, 2008-10-22 14:57.

I've found a bug in the IT30360 class:

line 66 (and line 68)

if(mm1 == 2 && dd1 > 27)

should be:

if(mm1 == Calendar.FEBRUARY && dd1 > 27)

since Calendar.FEBRUARY equals to 1!

Regards ;-)

Reply

  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
More information about formatting options Captcha Image: you will need to recognize the text in it.
Please type in the letters/numbers that are shown in the image above.