SimpleDateFormat format = new SimpleDateFormat("MMMM", Locale.ITALY);
String mese = format.format(cal.getTime());