wijmo.calendar.wijcalendar Namespace > options type : culture Option |
Default value: ""
Assigns the string value of the culture ID that appears on the calendar for the weekday and title names.
Javascript (Usage) | |
---|---|
$(function () { // Get value var value; // Type: string value = $(".selector").wijcalendar("option", "culture"); // Set value var newValue; // Type: string $(".selector").wijcalendar("option", "culture", newValue); }); |
Javascript (Specification) | |
---|---|
|