We are trying to get two months showing side by side on a standard jQuery DatePicker control using jQuery UI 1.7.2 and jQuery 1.3.2.
Unfortunately, the calendars will only stack vertically, and as a side effect are twice as wied as they should be (ugly!)
Here is the code we are using to call it:
$('#element').datepicker({numberOfMonths:2,dateFormat: 'dd-mm-yy',minDate: new Date()});
We are using the standard jQuery style sheet and no other style sheets are affecting the control (according to Firebug).
Seemingly this was supposedly a CSS issue that was fixed in the jQuery DatePicker project (http://dev.jqueryui.com/ticket/2898), however we are still getting this issue in FF and IE.
Any thoughts on a fix? Thank you :D