Wijmo UI for the Web
cultureCalendar Field
wijmo.grid Namespace > IWijgridOptions Interface : cultureCalendar Field

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

Syntax
var instance; // Type: wijmo.grid.IWijgridOptions;
var value; // Type: string
value = instance.cultureCalendar;
var cultureCalendar : string;
Example
// This code sets the culture and calendar to Japanese.
$("#element").wijgrid({ culture: "ja-jp", cultureCalendar: "Japanese" });
See Also

Reference

IWijgridOptions Interface