

showCustomRangeLabel: (true/false) Displays "Custom Range" at.Click ranges in the configuration generator for examples. Each key is the label for the range, and its value an array with two dates representing the bounds of the range. ranges: (object) Set predefined date ranges the user can select from.timePickerSeconds: (true/false) Show seconds in the timePicker.timePicker24Hour: (true/false) Use 24-hour instead of 12-hour times, removing the AM/PM selection.30 to allow only selection of times ending in 0 or 30). timePickerIncrement: (number) Increment of the minutes selection list for times (i.e.timePicker: (true/false) Adds select boxes to choose times in addition to dates.showISOWeekNumbers: (true/false) Show ISO week numbers at the start of each week on the calendars.showWeekNumbers: (true/false) Show localized week numbers at the start of each week on the calendars.maxYear: (number) The maximum year shown in the dropdowns when showDropdowns is set to true.minYear: (number) The minimum year shown in the dropdowns when showDropdowns is set to true.showDropdowns: (true/false) Show year and month select boxes above calendars to jump to a specific month and year.You can provide any object the moment library would let you add to a date.

Check off maxSpan in the configuration generator for an example of how to use this.
