|
|
|
@@ -526,8 +526,8 @@ public class DateUtils { |
|
|
|
if (startDay > 30) { |
|
|
|
startMonth++; |
|
|
|
startDay -= 30; |
|
|
|
listTjTime.add(startYear + "-" + startMonth + "-0" |
|
|
|
+ startDay); |
|
|
|
//listTjTime.add(startYear + "-" + startMonth + "-0" |
|
|
|
// + startDay); |
|
|
|
} else { |
|
|
|
// listTjTime.add(startYear+"-0"+startMonth+"-"+(startDay>9?startDay:"0"+startDay)); |
|
|
|
} |
|
|
|
|