Is there way to increase shown years in default datepicker select box. I can only select years 10 years backwards and forwards. In my case I am using it for selected birthyear.
Couldn't find any tips nor documentation from here.
If you set a minDate (see the datetime reference documentation) for the field in question Editor will show the years back to the given date. Likewise for the maxDate.
Answers
If you set a
minDate
(see thedatetime
reference documentation) for the field in question Editor will show the years back to the given date. Likewise for themaxDate
.Allan
Under fields
name: "birthday",
type: "datetime",
minDate: "11-11-1900",
Still cannot select year 1982 for example