Код: Выделить всё
calendar.set(2013,Calendar.JANUARY , 23) //is a valid date
calendar.set(2013,Calendar.JANUARY , 33) //is not
Подробнее здесь: https://stackoverflow.com/questions/174 ... g-calendar
Код: Выделить всё
calendar.set(2013,Calendar.JANUARY , 23) //is a valid date
calendar.set(2013,Calendar.JANUARY , 33) //is not