Date d = new Date(); Locale loc = new Locale("pt", "BR"); DateFormat df = DateFormat.getDateInstance(FULL, loc); System.out.println(df.format(dat));