|
@@ -545,7 +545,7 @@ public class DateUtils extends org.apache.commons.lang3.time.DateUtils
|
|
// List<Map<String,Object>> lsit = getDateOfWeek(dateFormat.parse(start_time), dateFormat.parse(end_time));
|
|
// List<Map<String,Object>> lsit = getDateOfWeek(dateFormat.parse(start_time), dateFormat.parse(end_time));
|
|
// System.out.println(JSON.toJSONString(lsit));
|
|
// System.out.println(JSON.toJSONString(lsit));
|
|
|
|
|
|
- System.out.println(dateFormat.format(getPreDayOfNowZero(2)));
|
|
|
|
|
|
+ System.out.println(dateFormat.format(getPreDayOfNowZero(1)));
|
|
|
|
|
|
// List<String> monthList = addMonths(dateFormat.parse(start_time), dateFormat.parse(end_time));
|
|
// List<String> monthList = addMonths(dateFormat.parse(start_time), dateFormat.parse(end_time));
|
|
// System.out.println(JSON.toJSONString(monthList));
|
|
// System.out.println(JSON.toJSONString(monthList));
|