mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
The 'calendar' property is a format string.
This commit is contained in:
Vendored
+1
-1
@@ -4011,7 +4011,7 @@ declare module WinJS.UI {
|
||||
/**
|
||||
* Gets or sets the calendar to use.
|
||||
**/
|
||||
calendar: any;
|
||||
calendar: string;
|
||||
|
||||
/**
|
||||
* Gets or sets the current date of the DatePicker. You can use either a date string or a Date object to set this property.
|
||||
|
||||
Reference in New Issue
Block a user