MVC Classic ウィジェット > Wijcalendar > Wijcalendar タスク別ヘルプ > カレンダーの月日と年の表示 |
カレンダーの月日と年を表示するには、次のように titleFormat オプションを「MM-yyyy」に設定します。
ソースビュー |
コードのコピー
|
---|---|
<script id="scriptInit" type="text/javascript"> $(document).ready(function () { $("#calendar1").wijcalendar( { easing: "easeOutExpo", titleFormat: "MM-yyyy" } ); }); </script> <div class="main demo"> <!-- デモマークアップの開始 --> <div id="calendar1"></div> <!-- デモマークアップの終了 --> <div class="demo-options"> <!-- オプションマークアップの開始 --> <!-- オプションマークアップの終了 --> </div> </div> |
カレンダータイトルに、カレンダーの日、月、年が表示します。