-
-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add formatWeekday prop #620
Labels
enhancement
New feature or request
Comments
This was referenced Jun 20, 2022
This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this issue will be closed in 14 days. |
This is still relevant |
Thanks for the bump, @swissspidy (and @github-actions 😂)! This will be released in the next React-Calendar version. |
felixmosh
pushed a commit
to felixmosh/react-calendar
that referenced
this issue
Oct 2, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before you start - checklist
Description
formatDay
,formatMonth
, etc. can all be customized via props — except forformatWeekday
, which is used inMonthView
/Weekdays
here:react-calendar/src/MonthView/Weekdays.jsx
Lines 40 to 54 in b0dc446
Proposed solution
Add a
formatWeekday
prop to allow passing a custom formatterAlternatives
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: