If the date picker has main class for table element as “table-condensed” .table-condensed>tbody>tr>td.day.disabled{ color: #00000; } By this way, we can avoid !important.
Tag: datepicker
How to display the date field using bootstrap and jQuery and display in the IOS devices with disabled functionality for date field.
using bootstrap and jQuery we can display in the IOS devices with disabled functionality for date field by using normal date picker. in the html type date will not work for the IOs device using this method we can display for the IOS devices also.
Disable future dates in date picker
Using the below code we can disable the future dates in the date picker.