The default format is ‘DD/MM/YYYY’ but I want ‘DD MMM YYYY’, how do I do this with mui/v5 DateRangePicker.
Does this get applied to DateRangePicker or the TextField? there are startProps and endProps but no documented description of their contents or overrides.
I tried mask=”__ ___ ____” but the mask doesnt even seem to be applied!