Appendix O (^) ❘ 593
gotoCurrent If true, the current day link moves to the currently
selected date instead of today.
Default value: false
Boolean
hideIfNoPrevNext By default, the previous and next links are disabled
with not applicable; setting this attribute to true
hides them altogether.
Default value: false
Boolean
isRTL true if the current language is drawn from right to
left.
Default value: false
Boolean
maxDate Sets a maximum selectable date via a Date object,
or relative to today with a number (for example, +7)
or a string of values and periods ('y' for years, 'm'
for months, 'w' for weeks, and 'd' for days; for
example, '+1m +1w'), or null for no limit.
Default value: null
Number,
String, Date
minDate Sets a minimum selectable date via a Date object, or
relative to today with a number (for example, +7) or
a string of values and periods ('y' for years, 'm' for
months, 'w' for weeks, 'd' for days; for example,
'-1y -1m'), or null for no limit.
Default value: null
Number,
String, Date
monthNames The list of full month names, as used in the month
header on each Datepicker and as requested via the
dateFormat setting.
Default value: ['January', 'February',
'March', 'April', 'May', 'June', 'July',
'August', 'September', 'October',
'November', 'December']
Array
monthNamesShort The list of abbreviated month names, for use as
requested via the dateFormat setting.
Default value: ['Jan', 'Feb', 'Mar', 'Apr',
'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct',
'Nov', 'Dec']
Array
navigationAs-
DateFormat
When set to true, the formatDate function is
applied to the prevText, nextText, and
currentText values before display, allowing them
to display the target month names, for example.
Default value: false
Boolean
continues
http://www.it-ebooks.info
elliott
(Elliott)
#1