Whether or not a close button should be displayed for this CalendarGroup
Default Value: false
The value used to delimit individual dates in a date string passed to various Calendar functions.
Default Value: ","
The value used to delimit date fields in a date string passed to various Calendar functions.
Default Value: "/"
The value used to delimit date ranges in a date string passed to various Calendar functions.
Default Value: "-"
True if the Calendar should suppress weeks that are not a part of the current month. False by default.
Default Value: false
Whether or not an iframe shim should be placed under the Calendar to prevent select boxes from bleeding through in Internet Explorer 6 and below.
This property is enabled by default for IE6 and below. It is disabled by default for other browsers for performance reasons, but can be
enabled if required.
Default Value: true for IE6 and below, false for all other browsers
The setting that determines which length of month labels should be used. Possible values are "short" and "long".
Default Value: "long"
The setting that determines which length of weekday labels should be used. Possible values are "1char", "short", "medium", and "long".
Default Value: "short"
maxdate
- String | Date
The maximum selectable date in the current Calendar (mm/dd/yyyy)
Default Value: null
The position of the day in a month/year date string
Default Value: 2
The position of the month in a month/day date string
Default Value: 1
The position of the day in a month/day/year date string
Default Value: 2
The position of the month in a month/day/year date string
Default Value: 1
The position of the year in a month/day/year date string
Default Value: 3
mindate
- String | Date
The minimum selectable date in the current Calendar (mm/dd/yyyy)
Default Value: null
The long month labels for the current locale.
Default Value: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
The short month labels for the current locale.
Default Value: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"]
True if the Calendar should allow multiple selections. False by default.
Default Value: false
The position of the month in the month year label string used as the Calendar header
Default Value: 1
The suffix used after the month when rendering the Calendar header
Default Value: " "
The position of the year in the month year label string used as the Calendar header
Default Value: 2
The suffix used after the year when rendering the Calendar header
Default Value: ""
The position of the month in a month/year date string
Default Value: 1
The position of the year in a month/year date string
Default Value: 2
NAV
- Object
Configuration for the Month Year Navigation UI. By default it is disabled
Default Value: null
The image that should be used for the left navigation arrow.
Deprecated You can customize the image by overriding the default CSS class for the left arrow - "calnavleft"
Default Value: null
The image that should be used for the right navigation arrow.
Deprecated You can customize the image by overriding the default CSS class for the right arrow - "calnavright"
Default Value: null
The month/year representing the current visible Calendar date (mm/yyyy)
Default Value: Today's date
The number of pages to include in the CalendarGroup. This value can only be set once, in the CalendarGroup's constructor arguments.
Default Value: 2
The date or range of dates representing the current Calendar selection
Default Value: []
True if the Calendar should show week row footers. False by default.
Default Value: false
True if the Calendar should show week row headers. False by default.
Default Value: false
True if the Calendar should show weekday labels. True by default.
Default Value: true
The weekday the week begins on. Default is 0 (Sunday).
Default Value: 0
The map of UI strings which the CalendarGroup UI uses.
Default Value: An object with the properties shown below:
- previousMonth
- String : The string to use for the "Previous Month" navigation UI. Defaults to "Previous Month".
- nextMonth
- String : The string to use for the "Next Month" navigation UI. Defaults to "Next Month".
- close
- String : The string to use for the close button label. Defaults to "Close".
The title to display above the CalendarGroup's month header
Default Value: ""
The date to use to represent "Today".
Default Value: Today's date
The 1-character weekday labels for the current locale.
Default Value: ["S", "M", "T", "W", "T", "F", "S"]
The long weekday labels for the current locale.
Default Value: ["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]
The medium weekday labels for the current locale.
Default Value: ["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]
The short weekday labels for the current locale.
Default Value: ["Su", "Mo", "Tu", "We", "Th", "Fr", "Sa"]
The positive or negative year offset from the Gregorian calendar year (assuming a January 1st rollover) to
be used when displaying or parsing dates. NOTE: All JS Date objects returned by methods, or expected as input by
methods will always represent the Gregorian year, in order to maintain date/month/week values.
Default Value: 0