jQuery DatePicker option/properties

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

image

startDate makes me think it’s an implementation of bootstrap-datepicker rather than the jquery default widget…

1 Like

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?

1 Like

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?

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.