Changing the range of years in the Basic Form Block

Permalink
Hi,

Does someone knows how I can change the range of years in the Basic Form Block as it shows now the years 2005 till 2025 in the datepicker. I want to change that from 1915 till 2015 (the current year).

With kind regards,
Piet Geelen

pigeelen
 
pigeelen replied on at Permalink Reply
pigeelen
Hi,

I found the solution.
In the directory /concrete/js the is a file jqueryui.js where you can change the yearRange in

yearRange:"c-100:c+0"

nearby row 394
which will display 100 years from the current year backwards.