[Keith Wood Datepicker] multiple date range selection

[Keith Wood Datepicker] multiple date range selection

Hi I am developing a WebApplication, in that i am having a requirement to select date range as well as a single date. Please find the below code which i have used to show the datepicker and i am using keith-wood JQuery DatePicker Plugin.

$('#txtMonthlyView').datepick({
                multiSelect: 31, monthsToShow: 1, monthsToStep: 1, prevText: '', todayText: '', nextText: '',
                minDate: '01/12/2014', maxDate: '31/12/2014', defaultDate: '01/12/2014', dateClass: 'showDoY',
                dateFormat: 'dd/mm/yyyy', changeMonth: false, changeYear: false
            });

Regards,
Kavi