public static void main(String[] args) throws ParseException { SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.ssssss"); SimpleDateFormat sdf2 = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); System.out.println(sdf2.format(sdf.parse("2016-08-13T03:22:09.378113")));}需要转换的时间是:"2016-08-13T03:22:09.378113"输入的时间是:"2016-08-17 12:23:53"两个时间不一样了是什么原因,求指教!
添加回答
举报
0/150
提交
取消