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 の Web サイトとドキュメントを検索しましたが、何かを見つけるのに苦労しています。
ああ、それを理解しました。次も追加する必要があります:displayDate:
$("#to-calendar").wijcalendar( { popupMode: true, showOtherMonthDays: false, displayDate: new Date('2010/08/25') });