I am now going to ask a probably silly question... When i create a formitem and click on the date icon, the min and max dates in the picker are jan 1, 1995 and dec 31, 2020.
However, in your showcase and documentation it says 10 years in the past and 5 years in the future.
I can of course change this with formItem.setEndDate, but i'm trying to understand why my default values are not your default values :)
I can't see any defaults being changed in load_skin
I have no call to setEndDate anywhere i can find. I've looked for references to 2020, "defaults" etc.
I can't find any reference in my code to setDefaultProperties. of any sort.
I am probably missing something stupid, any idea what?
However, in your showcase and documentation it says 10 years in the past and 5 years in the future.
I can of course change this with formItem.setEndDate, but i'm trying to understand why my default values are not your default values :)
I can't see any defaults being changed in load_skin
I have no call to setEndDate anywhere i can find. I've looked for references to 2020, "defaults" etc.
I can't find any reference in my code to setDefaultProperties. of any sort.
I am probably missing something stupid, any idea what?
Comment