
- #Events maker plugin multiple dates separator how to#
- #Events maker plugin multiple dates separator generator#
- #Events maker plugin multiple dates separator iso#
#Events maker plugin multiple dates separator generator#
locale: (object) Allows you to provide localized strings for buttons and labels, customize the date format, and change the first day of week for the calendars.Ĭheck off locale in the configuration generator to see how. cancelButtonClasses: (string) CSS class names that will be added only to the cancel button. applyButtonClasses: (string) CSS class names that will be added only to the apply button. buttonClasses: (string) CSS class names that will be added to both the apply and cancel buttons. drops: ('down'/'up'/'auto') Whether the picker appears below (default) or above the HTML element it's attached to. opens: ('left'/'right'/'center') Whether the picker appears aligned to the left, to the right, or centered under the HTML element it's attached to. When this option is set to true, the calendars for choosing a custom date range are always shown instead. alwaysShowCalendars: (true/false) Normally, if you use the ranges option to specify pre-defined date ranges, calendars for choosing a custom date range are not shown until the user clicks "Custom Range". Clicking it will display the calendars to select a new range. This option will be highlighted whenever the current date range selection does not match one of the predefined ranges. The end of the list of predefined ranges, when the ranges option is used. 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.
#Events maker plugin multiple dates separator iso#
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.
#Events maker plugin multiple dates separator how to#
Check off maxSpan in the configuration generator for an example of how to use this. maxSpan: (object) The maximum span between the selected start and end dates.maxDate: (Date or string) The latest date a user may select.minDate: (Date or string) The earliest date a user may select.endDate: (Date or string) The end date of the initially selected date range.If you provide a string, it must match the date format string set in your locale setting. startDate (Date or string) The beginning date of the initially selected date range.