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