摘要:
/** * 获最近30天的起始日期 输出:20160129151106 20160228151106 */ public Map<String, Object> getRecent30Day() { Date today = new Date(); long todayTimeStamp = tod 阅读全文
摘要:
/** * 获取当前月的第一天和最后一个天 输出:20160201000000 20160229235959 */ public Map<String, Object> getCurrentMonthfirstAndEndDay() { SimpleDateFormat format = new S 阅读全文