Open GoogleCodeExporter opened 8 years ago
I don't see why not. Did you try something like:
$('#multimonth').datePickerMultiMonth(
{
numMonths: 2,
inline: true,
selectMultiple: true
}
);
?
Original comment by kelvin.l...@gmail.com
on 6 Sep 2010 at 8:59
Do you have to use inline to be able to select multiple without it closing on
you each time?
Original comment by dylan.sp...@gmail.com
on 8 Dec 2010 at 11:37
No. Just pass closeOnSelect: false if you don't want the calendar to close when
a date is selected...
Original comment by kelvin.l...@gmail.com
on 9 Dec 2010 at 9:55
Original issue reported on code.google.com by
nano4...@gmail.com
on 6 Sep 2010 at 9:13