I have my variable DateNacimiento of Type Date to which I pass a date that comes from a WS of type XMLGregorianCalendar
fechaNacimiento = DateUtils.convertXMLCalenarIntoDate(datosProbatorios.getDatosPersonales().getFxNacimiento());
but when you show it on the screen, it goes out in this way Tue Jan 10 00:00:00 CST 1984 and I want it to be this way 10/01/1984, how can I do it?