We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
be able to display datetime in YYYY-MM-DD format.
YYYY-MM-DD
The YMD date format is commonly used in Asia and is considered more readable by some users.
YMD
Introduce a setting to choose between different time formats, such as MDY, DMY, YYYY-MM-DD.
MDY
DMY
Keeping it as is, but MDY format is uncommon outside US.
I'm happy to open a PR if this enhancement is approved.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Your use case
What would you like to do?
be able to display datetime in
YYYY-MM-DD
format.Why would you like to do it?
The
YMD
date format is commonly used in Asia and is considered more readable by some users.How would you like to achieve it?
Introduce a setting to choose between different time formats, such as
MDY
,DMY
,YYYY-MM-DD
.Have you considered any alternatives?
Keeping it as is, but
MDY
format is uncommon outside US.Additional context
I'm happy to open a PR if this enhancement is approved.
The text was updated successfully, but these errors were encountered: