摘要: SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); Calendar c = Calendar.getInstance(); //过去七天 c.setTime(new Date()); c.add(Calendar.DATE... 阅读全文
posted @ 2017-05-05 14:41 黄金时代1.0 阅读(361) 评论(0) 推荐(0) 编辑