Duplicate :
|
Name: bkC97677 Date: 12/02/99 JavaDoc for java.util.Calendar says: "a lenient GregorianCalendar interprets MONTH == JANUARY, DAY_OF_MONTH == 32 as February 1. A non-lenient GregorianCalendar throws an exception when given out-of-range field settings", but says nothing about those out-of-range field settings. (From JavaDoc may not be deduced, which method should be used to determine if actual field is out-of-range.) ======================================================================