Can someone point me to where these options/properties are coming from? Some of them are not listed under options here https://api.jqueryui.com/datepicker/
Thanks
Can someone point me to where these options/properties are coming from? Some of them are not listed under options here https://api.jqueryui.com/datepicker/
Thanks
Which of those options do you think dont exist?
All of them are listed on the page you linked…
Sorry I copied wrong piece of code. See below
startDate makes me think it’s an implementation of bootstrap-datepicker rather than the jquery default widget…
firstDate
does indeed occur there (BS datepicker), but all the other options don’t.
See https://bootstrap-datepicker.readthedocs.io/en/latest/options.html
Maybe it’s some proprietary date picker, or some sort of extension to an existing one?
https://github.com/uxsolutions/bootstrap-datepicker/issues/615 Seems to imply they were at least attempting to implement selectWeek…in 2013… so maybe an option that has since been deprecated?