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

fix: use unambiguous short date [HUB-149] #699

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tomzemp
Copy link
Member

@tomzemp tomzemp commented Nov 23, 2022

Update to default d Mon YYYY. If we support internationalization in the future, we can pass the appropriate language/locale to toLocaleDateString

Before:
image

After:
image

This will also be consistent across browsers now (previously, I was getting in 6/11/2022 in Chrome and 11/6/2022 in Firefox :ugh:)

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

Successfully merging this pull request may close these issues.

None yet

3 participants