Ver originalDateFormat df = new SimpleDateFormat("EEEE d 'de' MMMM 'de' yyyy");System.out.println(df.parse("11/09/2013"));