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
// This code sets the culture and calendar to Japanese. $("#element").wijgrid({ culture: "ja-jp", cultureCalendar: "Japanese" });