Wijmo UI for the Web
cultureCalendar Option
wijmo.grid.wijgrid Namespace > options type : cultureCalendar Option

A value that indicates the culture calendar to use in formatting dates in the grid. This option must match the value used in the culture option.

Default value: ""

Type: String

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijgrid("option", "cultureCalendar");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijgrid("option", "cultureCalendar", newValue);
        
});
var cultureCalendar : string;
Example
// This code sets the culture and calendar to Japanese.
$("#element").wijgrid({ culture: "ja-jp", cultureCalendar: "Japanese" });
See Also

Reference

options type
culture Option
wijgrid jQuery Widget

Concepts

Localization and Globalization