| wijmo.calendar.wijcalendar 名前空間 > options タイプ : weekDayFormat オプション |
デフォルト値: 'short'
曜日の書式を取得または設定します。
| Javascript (Usage) | |
|---|---|
$(function () { //値を取得する var returnsValue; //タイプ: string returnsValue = $(".selector").wijcalendar("option", "weekDayFormat"); //値を設定します var newValue; //タイプ: string $(".selector").wijcalendar("option", "weekDayFormat", newValue); }); | |
| Javascript (Specification) | |
|---|---|
| |