Commit 26183764 authored by youjie's avatar youjie

no message

parent 438cee97
......@@ -225,7 +225,7 @@
let MonthDayNum
if(new Date(this.msg.StartMonth).getTime() == new Date(this.msg.EndMonth).getTime()){
var d1=new Date( this.msg.EndMonth);
d1.setMonth(d1.getMonth()+1);
d1.setMonth(d1.getMonth());
var month = d1.getMonth()+1;
EndTime = d1.getFullYear()+'-'+month
MonthDayNum = new Date(d1.getFullYear(), month, 0).getDate(); //计算当月的天数
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment