-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Allow changing date format #795
Comments
I'd like to be able to change the date format also. |
The date format is reliant on the user's locale on their machine. For Docker/Docker-like installations you will add the following environment variables: For Linux standalone, run the command For Windows standalone, the app should detect and use the machine's locale. |
I think this needs to be more clear in the docs. It's written in the environment variables page and nowhere else (or at least I was not able to find it) and I was able to solve the issue for me after this issue. |
The
mm/dd/yyyy
is a fairly US-centric date format. Personally, when doing a lot of data entry where I want to manually plug in dates that format is very unintuitive and is hard to get in correctly 😅. It would be fantastic to be able to localize the date format.The text was updated successfully, but these errors were encountered: