views:

116

answers:

0

Hi I am using jquery ui 1.6 datapicker. It is working fine in popup mode. I wanted to use in a way so that a user can give multiple input using datepicker which shows multiple months. But in popup mode datepicker don't accept multiple input at once.

Therefore I thought of using in inline mode. but in this mode it is showing all months in a single vertical column. Do i need to give some additional options for inline calendar to show months correctly? Thanks