formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

How do I extend the Date Picker range? #610

Open jgold723 opened 5 years ago

jgold723 commented 5 years ago

The date picker only goes 10 years on either side of the current year. How do I extend that?

jgold723 commented 5 years ago

OK, I found you can edit the Jquery files in:

formtools/mysite/themes/default/scripts/

Just search for yearRange and modify as necessary.

nelsondcosta23 commented 4 years ago

here? yearRange:"c-10:c+10"