摘要: 1 SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); 2 Calendar c = Calendar.getInstance(); 3 4 //过去七天 5 c.setTime(new Date()); 6 c... 阅读全文
posted @ 2018-02-09 15:01 wangwiz 阅读(451) 评论(0) 推荐(0)