Skip to content
Advertisement

MUI React, Minimum Date

How can I set Minimum Date, so the user can’t pick To Date that is before From Date.
Here is my Two Date Pickers, using moment to format the date.

JavaScript

Advertisement

Answer

You can use the minDate prop:

Min selectable date.

You can add it to your second DatePicker, like:

JavaScript

(Working example)

User contributions licensed under: CC BY-SA
7 People found this is helpful
Advertisement