Use an array of dates with Mui Date Picker
I have an array of strings in “YYYY-MM-DD” format that comes from backend. I want to show only those dates from array in MUI date picker with momentjs adaptor and all the others have to be disabled.
How can I achieve this?