react-calendar icon indicating copy to clipboard operation
react-calendar copied to clipboard

Add formatWeekday prop

Open swissspidy opened this issue 2 years ago • 0 comments

Before you start - checklist

  • [X] I have checked if this feature request is not already reported

Description

formatDay, formatMonth, etc. can all be customized via props — except for formatWeekday, which is used in MonthView/Weekdays here:

https://github.com/wojtekmaj/react-calendar/blob/b0dc446e2bd121ac356f38a56cfa9eec187d0f83/src/MonthView/Weekdays.jsx#L40-L54

Proposed solution

Add a formatWeekday prop to allow passing a custom formatter

Alternatives

No response

Additional information

No response

swissspidy avatar Jun 20 '22 16:06 swissspidy