How do you disable the selection of end dates which are less than start date in Date Picker?

I have used two DatePicker components for startDate and endDate. Is there a way to disable the selection of end dates which are less than start date.

You can do something like this, to avoid the DatePickerEnd to allow you to select a date older than the Start one

1 Like

Thanks for the solution. It worked!!

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