Skip to content
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

Date format differences when year is included or not #168

Open
grrrrr opened this issue Oct 3, 2022 · 1 comment
Open

Date format differences when year is included or not #168

grrrrr opened this issue Oct 3, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@grrrrr
Copy link

grrrrr commented Oct 3, 2022

Can it be possible to have Birday have a standard format for the birthday.

Currently, 3.1.1 (21), Birday displays the date differently based on whether a year is included or not.

e.g.

  • with year: day month year
  • without year: month, day.

It would be useful to have both instances display the same, preferably dd-mm[-yyyy] and or [yyyy-]mm-dd

@m-i-n-a-r
Copy link
Owner

I agree. The issue here is that there's no way to obtain a localized day/month format using LocalDate in Kotlin. And this means that i had to choose a specific format for year-less events and use it as a fixed format independently from the locale. This IS indeed an issue, but i tried finding a workaround for months without succeeding, so I appreciate any suggestion 😄

@m-i-n-a-r m-i-n-a-r added enhancement New feature or request help wanted Extra attention is needed labels Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants