Double Calendar

Hi there,

I was wondering if you can provide an example similar to the one on the main page of your website; a double calendar, whos start date and end date are individually populated into the boxes. The existing example provided with the package shows how to generate a double calendar, but how can i identify which date has been picked on the left and which has been picked on the right?



Can a calendar position be relative to the input control? i would like to have the calendar automatically position to the side or under the input control. Is it possible?



Thanks

Veeru

Please check attached sample.

>>Can a calendar position be relative to the input control?
you can use
    calendar.setPosition(document.getElementById(“myInput”),0,0)
the command allow to set position of calendar relative to any DOM element

1209374411.zip (21.3 KB)