The default behaviour of the picker on a datepickerfield does not contain a selector for the year or month.
This means that you have to click next/previous 12 times to go forward/back 1 year.
How do you change the picker configuration to allow for a year and month selector on the datepickerfield? I've tried creating a new DatePicker and attaching it to the datepickerfield, but it does not trigger an update of the datepickerfied value on selection of a date...
Is there a simple way to do this in the datepickerfield config?