Hi !
I need to do some action when user selects date in datepicker (Apex 5.1.1) !
There is a nice option in JQuery datepicker widget ( which i believe is base for apex datepicker) - onSelect and you provide a function.
You can easily change this option via javascript and it works nice for JQuery datepicker - https://jsfiddle.net/pkyfw/1q4vdLot/
but i can't make it work for APEX widget - just nothing happens. However i can change other datepicker options well.
any ideas ?