-
Notifications
You must be signed in to change notification settings - Fork 11
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 formatting utils #201
Comments
Yes, we also really need some guidelines in the documentation here. Not only for dates but other things like button labels (add, delete, ...), page titles, general copy. I prefer to do this in ember-appuniversum. From what I see in most projects |
Sounds good! I think the format needs to be decided by someone at ABB though. Felix seemed hesitant to switch to the I also found this: https://taaladvies.net/datumnotatie/ which mentions the following:
Which makes it sound like the |
The decision was made to use the |
I'm still not 100% sure what this should look like. Do we simply create a |
All projects have a need to format dates before showing the data to the users. This is usually done by using ember-moment's
{{moment-format}}
helper with a custom format, or with custom helpers that the projects implement themselves.To reduce the custom code, and make it consistent across projects it might be better to make this part of ember-appuniversum? It's not strictly related to appuniversum itself, so a dedicated addon could also work.
It's not clear yet which formatt should be used though. There are some differences between projects with
21.02.2022
and21/02/2022
being the main contenders.The text was updated successfully, but these errors were encountered: