12 2015 档案

摘要://计算月份差 function getMonthNumber(date1,date2){ //默认格式为"20030303",根据自己需要改格式和方法 var year1 = date1.substr(0,4); var year2 = date2.substr(0,4); var month1 阅读全文
posted @ 2015-12-17 17:44 阿尔法钻石狗 阅读(379) 评论(0) 推荐(0)
摘要:try { List timelist = DateUtils.getDateListBySETime("2015-08-01", "2015-11-30"); if(timelist!=null&&timelist.size()>0){ int SIZE = 10; int... 阅读全文
posted @ 2015-12-11 20:36 阿尔法钻石狗 阅读(3508) 评论(0) 推荐(0)