Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这个日历的问题是,在当前月份,日期与日期匹配,但是当您返回例如一个月时,您会发现日期与日期不匹配。
这是演示。
示例 2013 年 8 月 1 日是星期四,但此日历显示星期五..
显示问题的屏幕截图
代码 :
$(document).ready(function () { $(".calender").magiCalender(); });
我解决了这个问题:DEMO
if(tMonth < month){ mod = 5 - mod; }