themesberg / themesberg/flowbite-react

Request option to Display Only Day Numbers in Datepicker.

Open
#1,453 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

:bug: bug confirmed help wanted
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.
image

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.