In my php-file, I want to use the jQuery Datepicker.
When my file loads, I create the Datepicker disabled.
Then, when a special field in my php-file (it is a
$("#nicIssuedDate").prop('disabled', true);
This is works 100% with bootstrap Datepicker