Joomla 2.5.8
Is there a way to use the datepicker so that the user can choose multiple dates?
So the result would look like:
2013-01-01,2013-01-02
Is there a way to use the datepicker so that the user can choose multiple dates?
So the result would look like:
2013-01-01,2013-01-02
Hi dj59,
You can set them up to select a range of dates (check the FAQs), but I've never seen one that allows several non-consecutive dates. You could possibly do something with JavaScript that saved each date selected to an array and then allowed another one to be selected and added.
Bob
You can set them up to select a range of dates (check the FAQs), but I've never seen one that allows several non-consecutive dates. You could possibly do something with JavaScript that saved each date selected to an array and then allowed another one to be selected and added.
Bob
This topic is locked and no more replies can be posted.