Prova così
codice:
Locale locale = Locale.ITALY;
DateFormat formatter = new SimpleDateFormat("dd/MM/yyyy", locale);
String s = formatter.format(new Date());
ciao