Currently, I am working with two dates: StartDate and EndDate which are being managed using the angular-ui-bootstrap datepicker.
When a user selects a StartDate (which must be greater than today's date), I want to ensure that the min-date of the EndDate datepicker is also set to the selected StartDate. This effectively disables all dates less than or equal to the chosen StartDate.
However, I have noticed that the Today button in the popup for the EndDate datepicker can still allow the selection of today's date, which does not align with our business rules.
Is there a method available to disable the Today button without affecting the rest of the button bar options?