搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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"