Salve a tutti,

Ho le segeunti linee di codice

DateFormat df=new SimpleDateFormat("MM/dd/yyyy hh:mm aaa");
Date out=df.parse(STRINGA);

dove STRINGA è riempita con un valroe del tipo domenica 11/10/2009 ore 22:00

Eseguendo il codice ricevo un messaggio di errore java.text.ParseException: Unparseable date

Qualcuno saprebbe aiutarmi nel spiegarmi dove sbaglio?

Grazie