Copy link to clipboard
Copied
Hello,
is it possible to use the <cfinput datefield> or the <cfcalendar> to allow users to select multiple range of dates.
EG User wants to select some days in June, July and August.
Copy link to clipboard
Copied
What happened when you tried?
Copy link to clipboard
Copied
The cfcalendar only allows for blocking of range of Dates and not for multiple selection of dates.
My client would want to select multiple dates like July 14, 17,25 Aug 25,26,28 at one shot from the calendar
Copy link to clipboard
Copied
That's a tough one. You probably have to look at a js calendar instead and see if you can add them on the fly.