vote up 0 vote down star

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

flag

60% accept rate
if you can put it online, we might be able to inspect it with firebug or alike and finding the source of this. – Tzury Bar Yochay Sep 16 at 7:45
I resolved this by moving to a wrapper for the jquery date plugin from the Filament Group. Here is the link filamentgroup.com/lab/… – crunchyt Nov 12 at 1:38

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.