react-multi-date-picker
react-multi-date-picker copied to clipboard
Not able to remove comma(",") in between month and year.
I want to remove the , after month in calendar or date picker. for example in calendar it is showing month with year as June, 2022. I do not want "," between them, I want to display it as June 2022. How could this be done.
It cannot be done so far
We need a escape hatch to manually render header contents (feature request)
+1
I'm working on it.
Do you have an estimation when this will be live? Thanks a lot 🥇
It may take a few days. Already fixed in the develop branch. See #98
@belandrio You can now edit the separator between month and year in the header with the monthYearSeparator prop. https://shahabyazdi.github.io/react-multi-date-picker/header/#separator-between-month-&-year