

NOTE: the string format you should pass to multiDatePicker depends on the localization of datepicker, see this page for more infos on how to configure it.ĭisables an array of dates specified in a string, milliseconds or javascript date object format.Īllows to specify a custom separator for the string representation of the dates selected (defaults ", ").Īllows to enable a different MDP modes: 'normal' (default) or 'daysRange'. $(selector).multiDatesPicker(options_for_datepicker_and_mdp) MultiDatesPicker specific optionsĪdds an array of dates specified in a string, milliseconds or javascript date object format.

To apply it to an element, do it the same way as you would do with jQuery UI datepicker, but write multiDatesPicker instead of datepicker:

Being an extension to jQuery UI DatePicker you need to include both jQuery and jQuery UI (with datepicker module included!) javascript files to your HTML page, and right after that, include MultiDatesPicker.
