把这个时间
/Date(1484884647943+0800)/
转成标准时间
String str = String.format("%tF %<tT", 1484884647943L);
System.out.println(str);
输出结果:
2017-01-20 11:57:27
把这个时间
/Date(1484884647943+0800)/
转成标准时间
String str = String.format("%tF %<tT", 1484884647943L);
System.out.println(str);
输出结果:
2017-01-20 11:57:27