Wijmo UI for the Web
cultureCalendar Option
wijmo.evcal.wijevcal Namespace > options type : cultureCalendar Option

Default value: ""

Determines the culture calendar to be used. This option must work with culture option.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijevcal("option", "cultureCalendar");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijevcal("option", "cultureCalendar", newValue);
        
});
var cultureCalendar : string;
See Also

Reference

options type
wijevcal jQuery Widget