Multiple-Dates-Picker-for-jQuery-UI
Multiple-Dates-Picker-for-jQuery-UI copied to clipboard
How to Find total no. of days selected
I have a problem, I am new to this so please help me or If possible give me the code to get the total number of dates selected in the simplest usage example.
When you use
var dates = $('#full-year').multiDatesPicker('getDates');
you got an array with the dates, use dates.length for take the total number.