Skip to content

Datepicker selectable years range is only from 1972 to current year.

Problem:

The selectable years range is from 1972 to 2022 – how can one extend the years to the future?

Solution:

Please see the following example


Pay close attention how the followings are added using set_col_property() method.

yearRange: '-50:+50',


Feedback and Knowledge Base