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. The month labels are inserted into the DOM as HTML, and should be escaped by the implementor if coming from an external source.
Default Value: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
The short month labels for the current locale. The month labels are inserted into the DOM as HTML, and should be escaped by the implementor if coming from an external source.
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