摘要: /** * 获最近30天的起始日期 输出:20160129151106 20160228151106 */ public Map<String, Object> getRecent30Day() { Date today = new Date(); long todayTimeStamp = tod 阅读全文
posted @ 2016-02-28 15:16 为爱奋斗不息 阅读(151) 评论(0) 推荐(0) 编辑
摘要: /** * 获取当前月的第一天和最后一个天 输出:20160201000000 20160229235959 */ public Map<String, Object> getCurrentMonthfirstAndEndDay() { SimpleDateFormat format = new S 阅读全文
posted @ 2016-02-28 15:12 为爱奋斗不息 阅读(323) 评论(0) 推荐(0) 编辑