minbrowser / min

A fast, minimal browser that protects your privacy
https://minbrowser.org/
Apache License 2.0
7.71k stars 684 forks source link

Allow Min to use NZ date format #2356

Open andrewccl opened 7 months ago

andrewccl commented 7 months ago

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 commented 7 months ago

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

andrewccl commented 7 months ago

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

andrewccl commented 7 months ago

image This is the same page, using Vivaldi.

PalmerAL commented 6 months ago

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.