我的值类似于以下MonJun1800:00:00IST2012,我想将其转换为18/06/2012如何转换?我试过这个方法publicStringtoDate(Datedate){SimpleDateFormatdateFormat=newSimpleDateFormat("dd/MM/yyyy");DatetheDate=null;//Stringin=date+"/"+month+"/"+year;try{theDate=dateFormat.parse(date.toString());System.out.println("Dateparsed="+dateFormat.for