You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I am not native English speaker, I am used to english terminology in tech and therefore use English everywhere except for when it comes to date and time formats. I would like to see those in "regional format". Windows has allowed this for ages with web it's little difficult.
For some reason I am only able to pick from these date formats (MDY)
This as well might be "bug" because I tried setting english-US (MDY) and english-GB (DMY) as language in my browser (Firefox)
I tried executing alert(new Date().toLocaleString()) in console which correctly shows time in DMY format
So it looks like bowser locale detection is not working properly ?
TLDR: I think it should be possible to choose whatever time format for english as many non native speakers are used to see interfaces in english while preferring to see dates in DMY, MDY or YMD, just like time can be in 12/24
Thank you. ❤️
Solves the following problem:
No response
Additional information:
No response
The text was updated successfully, but these errors were encountered:
Requested feature:
While I am not native English speaker, I am used to english terminology in tech and therefore use English everywhere except for when it comes to date and time formats. I would like to see those in "regional format". Windows has allowed this for ages with web it's little difficult.
For some reason I am only able to pick from these date formats (MDY)
This as well might be "bug" because I tried setting english-US (MDY) and english-GB (DMY) as language in my browser (Firefox)
I tried executing
alert(new Date().toLocaleString())
in console which correctly shows time in DMY formatSo it looks like bowser locale detection is not working properly ?
TLDR: I think it should be possible to choose whatever time format for english as many non native speakers are used to see interfaces in english while preferring to see dates in DMY, MDY or YMD, just like time can be in 12/24
Thank you. ❤️
Solves the following problem:
No response
Additional information:
No response
The text was updated successfully, but these errors were encountered: