calendar.getTimeInMillis()获得的毫秒时间转化为yyyy-MM-dd样式的时间
calendar.getTimeInMillis()获得的毫秒时间格式转化为yyyy-MM-dd样式的时间
String str = String.format("%tF %<tT", 1229159619623L);
发布时间: 2013-03-01 18:33:02 作者: rapoo
calendar.getTimeInMillis()获得的毫秒时间转化为yyyy-MM-dd样式的时间
calendar.getTimeInMillis()获得的毫秒时间格式转化为yyyy-MM-dd样式的时间
String str = String.format("%tF %<tT", 1229159619623L);