MarcoD_
2 years agoQrew Member
Modify the date picker
Hi
I would like to modify the date picker of a date field that it shows e.g. only dates in the future to be selectable, make only Sundays selectable, etc. In an old app that I didn't use a while I used the IOL-technology that was presented by Dan. In a JS-function I could for example set Monday to be the first day with the following line:
$("#_fid_140").datepicker("option", { firstDay: 1});
However this is not possible anymore. What options would I have these days to achieve this?
Thanks in advance for pointing a way.
Marco
------------------------------
Marco Diefenbacher
------------------------------
I would like to modify the date picker of a date field that it shows e.g. only dates in the future to be selectable, make only Sundays selectable, etc. In an old app that I didn't use a while I used the IOL-technology that was presented by Dan. In a JS-function I could for example set Monday to be the first day with the following line:
$("#_fid_140").datepicker("option", { firstDay: 1});
However this is not possible anymore. What options would I have these days to achieve this?
Thanks in advance for pointing a way.
Marco
------------------------------
Marco Diefenbacher
------------------------------