/Date(1448356081207)/ public static String changeDate(String time){ String newStr = time.substring(time.indexOf('(')+1,time.length()-2); Date date = new Date(Long.valueOf(newStr)); SimpleDateFormat formatter = new SimpleDateFormat("yyyy-MM-dd HH:mm:s