Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

How do I change the date format in Firefox?

more options

My Firefox shows all the dates in U.S. format, calendars show Saturday as the first day of the week and decimals are separated by . when they should be separated by ,

I have the browser and my computer OS in Finnish as default and all the settings show, I should have Finnish dates and other settings, but it doesn't help, dates are in U.S. format. How can I change this?

My Firefox shows all the dates in U.S. format, calendars show Saturday as the first day of the week and decimals are separated by . when they should be separated by , I have the browser and my computer OS in Finnish as default and all the settings show, I should have Finnish dates and other settings, but it doesn't help, dates are in U.S. format. How can I change this?

모든 댓글 (3)

more options

When you last updated or installed, you may have not gotten the correct localization for Firefox, or possibly something broke some settings. You may want to simply re-install Firefox by downloading a Finnish-localized version manually. https://www.mozilla.org/firefox/all/#product-desktop-release

more options

What do you get if you paste this code in the Web Console or Browser Console ?

  • (new Date()).toLocaleString()
  • (new Date()).toLocaleString("fi")

See also this pref on the about:config page.

  • intl.regional_prefs.use_os_locales
more options

Firefoxes WebConsole I got these:

(new Date()).toLocaleString() "3.2.2020 klo 9.09.14" (new Date()).toLocaleString("fi") "3.2.2020 klo 9.09.36"

and the about:config "intl.regional_prefs.use_os_locales" gave "false"