Код: Выделить всё
Calendar.getInstance().get(Calendar.MONTH); // prints 10 (October)
Код: Выделить всё
Calendar.getInstance().get(Calendar.JANUARY); // prints 1
Подробнее здесь: https://stackoverflow.com/questions/131 ... ion-needed
Код: Выделить всё
Calendar.getInstance().get(Calendar.MONTH); // prints 10 (October)
Код: Выделить всё
Calendar.getInstance().get(Calendar.JANUARY); // prints 1