摘要:
1、时间差的计算 方法一: DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); try{ Date d1 = df.parse("2004-03-26 13:31:40"); Date d2 = df.parse("2004-01 阅读全文
posted @ 2017-04-26 17:32
yqgyuan
阅读(167)
评论(0)
推荐(0)