Wijmo UI for the Web
cultureCalendar Option
wijmo.datepager.wijdatepager Namespace > options type : cultureCalendar Option

Default value: ""

A value that indicators the culture calendar to format the text. This option must work with culture option.

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

Reference

options type
wijdatepager jQuery Widget