jeDate icon indicating copy to clipboard operation
jeDate copied to clipboard

元宵节无显示

Open suzhihui opened this issue 6 years ago • 1 comments

suzhihui avatar Mar 26 '20 06:03 suzhihui

newymd = function (m) { var k, j = 0, h = 0, l = new Date(1900, 0, 31), n = Math.floor((m - l) / 86400000); this.dayCyl = n + 40;

this.lunarFestival = sFtv2[this.lunarIsLeapMonth ? "00" : digit(this.lunarMonth) + digit(Math.floor(this.lunarDate))];

----建议作者做一下浮点数处理

suzhihui avatar Mar 26 '20 06:03 suzhihui