themesberg / themesberg/flowbite-react
Request option to Display Only Day Numbers in Datepicker.
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 2.1k
- Forks
- 506
- PR merge metrics
- No merged PRs in 30d
Description
- I have searched the Issues to see if this bug has already been reported
- I have tested the latest version
Summary
Requesting an option to display only the day numbers without the "日" suffix in the Datepicker component when using the "ja-JP" language setting.
Context
When using "ja-JP" for the language in the Datepicker component, "日" is added to all the days in the calendar.
While this is based on the specifications of Intl.DateTimeFormat, it is not common for calendar representations.
I would like an option to simply display the day's number.
(Alternatively, it might be acceptable to display only the day's number without the need for an option.)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Datepicker component and the date-formatting path used for the ja-JP language setting. Confirm how the day cells receive the "日" suffix, then verify that the completed behavior displays only day numbers, either through an option or the agreed default.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend, internationalization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100