Calendar current = Calendar.getInstance(); int year = current.get(Calendar.YEAR); int month = current.get(Calendar.MONTH);