30/May/2013:17:38:20日期转2013:05:30 17:38:20
Str="30/May/2013:17:38:20";
DateFormat srcFormat= new SimpleDateFormat("dd/MMM/yyyy:HH:mm:ss",Locale.ENGLISH);
DateFormat targetFormat=new SimpleDateFormat("yyyy:MM:dd HH:mm:ss");
time = targetFormat.format(srcFormat.parse(Str)