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

Leading zeros for day/month when formatting date values #243

Open
Spaceman2019 opened this issue Jan 19, 2024 · 0 comments
Open

Leading zeros for day/month when formatting date values #243

Spaceman2019 opened this issue Jan 19, 2024 · 0 comments

Comments

@Spaceman2019
Copy link

In order for date values that are placed one below the other to look correct in German, we need leading zeros for the day and month for short date formatting.
At the moment it looks like this:
4.1.2024
10.1.2024
1.12.2023
What is desired:
04.01.2024
10.01.2024
01.12.2023
You may be able to insert an optional parameter that controls whether leading zeros should be output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant