Added calendar Property to GlobalizeCulture

The calendar Property is used to get and set the default calendar. See
https://github.com/jquery/globalize/tree/79ae658b842f75f58199d6e9074e01f7ce207468#defining-culture-information
and

https://github.com/jquery/globalize/blob/79ae658b842f75f58199d6e9074e01f7ce207468/lib/globalize.js#L263
This commit is contained in:
StefanSchoof
2014-07-22 20:58:26 +02:00
parent 5a8f9e312f
commit fde9a8e787
+1
View File
@@ -91,6 +91,7 @@ interface GlobalizeCulture {
isRTL: boolean;
language: string;
numberFormat: GlobalizeNumberFormat;
calendar: GlobalizeCalendar;
calendars: GlobalizeCalendars;
messages: any;
}