例如:我能够得到时间戳
String date="123456765343";
final Calendar cal = Calendar.getInstance();
cal.setTimeInMillis(Long.parseLong(date)*1000);
Date d = cal.getTime(); // now this reprents the unix timestamp
我想让日期看起来像这样:
2013 年 3 月 14 日下午 6:31:34