is there any way to set the date to go back farther? 1980 is not very useful for finding out someone's birthday.
is there any way to set the date to go back farther? 1980 is not very useful for finding out someone's birthday.
(yearFrom which is used on picker.Date doesn't work with datepickerfield)
Make sure YearFrom is inside picker object
{xtype: 'datepickerfield',
picker: {yearFrom : 1912,
yearTo : new Date().getFullYear() + 10,},},