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

Allow Min to use NZ date format #2356

Open
andrewccl opened this issue Dec 6, 2023 · 4 comments
Open

Allow Min to use NZ date format #2356

andrewccl opened this issue Dec 6, 2023 · 4 comments

Comments

@andrewccl
Copy link

I use min as part of my workday, the thing I would like to change is the date format. Currently it is using MM/DD/YY and would like it to use DD/MM/YY. I have checked in Windows my region settings, and they are all set correctly, I also checked in other browsers, and they format the date as I expect with a DD/MM/YY.

Is this possible do?

@PalmerAL
Copy link
Collaborator

PalmerAL commented Dec 6, 2023

Where is this date being displayed? Somewhere in the browser UI (like the task list) or on a website?

@andrewccl
Copy link
Author

image
It's within a webpage of our customer management system - ConnectWise

@andrewccl
Copy link
Author

image
This is the same page, using Vivaldi.

@PalmerAL
Copy link
Collaborator

I tried switching my language and region settings to New Zealand on macOS, and the date formatter provided by the browser updates correctly:

navigator.languages
(2) ['en-GB', 'en-NZ']
console.log(new Intl.DateTimeFormat().format(new Date()));
24/12/2023

It's going to be difficult to debug this further unfortunately, as I don't have access to the website.

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

2 participants