摘要: SimpleDateFormat format = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); Calendar c = Calendar.getInstance();1.过去七天 c.setTime(new Date()); c.add(Calenda 阅读全文
posted @ 2020-03-25 23:49 桂长江 阅读(152) 评论(0) 推荐(0) 编辑