react-multi-date-picker icon indicating copy to clipboard operation
react-multi-date-picker copied to clipboard

Not able to remove comma(",") in between month and year.

Open sharan98727 opened this issue 3 years ago • 1 comments

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.

sharan98727 avatar Jun 01 '22 07:06 sharan98727

It cannot be done so far

We need a escape hatch to manually render header contents (feature request)

jamsfy-cyrus avatar Jun 16 '22 18:06 jamsfy-cyrus

+1

belandrio avatar Oct 27 '22 17:10 belandrio

I'm working on it.

shahabyazdi avatar Oct 27 '22 17:10 shahabyazdi

Do you have an estimation when this will be live? Thanks a lot 🥇

belandrio avatar Oct 27 '22 17:10 belandrio

It may take a few days. Already fixed in the develop branch. See #98

shahabyazdi avatar Oct 28 '22 07:10 shahabyazdi

@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

shahabyazdi avatar Apr 16 '23 04:04 shahabyazdi