Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

jquery datepicker with multiple months in vertical column

I need to display jquery datepicker calendar with multiple months options in vertical column. Looks like next month lies below previous one. Does any body know, how to do that?

Thank you!

like image 290
QuadMan Avatar asked Sep 15 '25 12:09

QuadMan


1 Answers

RTFM:

numberOfMonthsNumber; Numbrer,Array; Default:1

Set how many months to show at once. The value can be a straight integer, or can be a two-element array to define the number of rows and columns to display.

like image 153
vartec Avatar answered Sep 17 '25 03:09

vartec