any idea how I might set the default date to 01-Jan-1940 (for example)? It isn't too practical to scroll back some 70 years. 😲
Just setting the value to 01-Jan-1940 is overridden by 01-jan-2012
Nick
Hi Nick,
Please try putting 1940-01-01 into the Field Default Value box.
Though I prefer to use the option to set the atartView to 'decades' which make scrolling back pretty simple.
Bob
Thanks Bob. I happened to have found that but not how to set the default view. Just the job! Is it possible to set that view on a per field, rather than per form basis? If so, how?
Regards
Nick
Hi Nick,
If you put startView: 'decades' into the box on the General tab it will apply to all the DatePickers on the page. To have settings for a particular datepicker (or group of datepickers) you can set a different class for the datepicker and then use the Custom DatePicker action from the Power Fields group.
Note: I think you have to add a comma after each entry in the Extra Options Extension box: startView: 'decades',
Bob