Calendar : display 12 months and display a specific month

Hello,

I use dhtmlxCalendar.

I would like to know if it is possible to display a calendar for the next twelve months?

Another question, how to display a calendar for the month of my choice?
Thank you for your help and sorry for my English.

Hello,

dhtmlxCalendar displays only one time at once. You may change the month by clicking next arrow in the calendar header.

To display a calendar of a certain date you can call setDate method:

cal.setDate(new Date(2011,11,1));