I have created a calendar object in an application, but the calendar is showing different years while using Ajax.
Using IE plugin, I can see dates from 1990 till 2080 (as in source) whereas with Ajax, I can see dates only from 2019 till 2080 and not able to see the before dates, from 1990 to 2018.
But in Ajax, when I select a year from a list box then the calendar object is showing correct year. Without selection it is showing from 2019.