datepicker numberOfMonths problem

datepicker numberOfMonths problem


Ive been posting here for a solution to display multi datepicker in a
horizontal way.I'm using (i think) correct code
ex: $('#inic').datepicker({ beforeShowDay:
ocupaDays ,numberOfMonths: [1, 3], stepMonths: 3,showOtherMonths:
false, firstDay: 1,changeFirstDay: false,showButtonPanel: true,
dateFormat: 'yy/mm/dd' });
but the months still in a vertical way. I've been working around but
no solution. Also searching in groups but did'nt find a resolution
(also tired i think).