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.
嗨,我正在使用 wijmo 弹出日历。
我设法通过使用自动选择日期
$("#to-calendar").wijcalendar("selectDate", "March 14, 2012");
问题是日历默认显示当前月份。是否有自动更改日历的月/年视图?
我搜索了 wijmo 网站和文档,但很难找到任何东西。
啊想通了,还需要添加:displayDate:
$("#to-calendar").wijcalendar( { popupMode: true, showOtherMonthDays: false, displayDate: new Date('2010/08/25') });