Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/design-patterns/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Lightswitch 2013 Firefox中的Lightswitch日期显示不正确_Lightswitch 2013 - Fatal编程技术网

Lightswitch 2013 Firefox中的Lightswitch日期显示不正确

Lightswitch 2013 Firefox中的Lightswitch日期显示不正确,lightswitch-2013,Lightswitch 2013,有人知道为什么所有日期在Chrome和IE中以正确的(基于英国的)dd/MM/yyyy格式显示,而在Firefox中则设置为MM/dd/yyyy格式吗 除了将每个日期显示转换为自定义控件并使用moment.js将日期呈现为所需格式之外,还有其他解决方法吗 PC在控制面板中设置为UK位置。 感谢遇到了同样的问题,在msls库中进行了一些兔子洞探索之后,我们确定解决方案是确保在Firefox options\languages屏幕上选择的设置为“English/United Kingdom[en g

有人知道为什么所有日期在Chrome和IE中以正确的(基于英国的)dd/MM/yyyy格式显示,而在Firefox中则设置为MM/dd/yyyy格式吗

除了将每个日期显示转换为自定义控件并使用moment.js将日期呈现为所需格式之外,还有其他解决方法吗

PC在控制面板中设置为UK位置。
感谢

遇到了同样的问题,在msls库中进行了一些兔子洞探索之后,我们确定解决方案是确保在Firefox options\languages屏幕上选择的设置为“English/United Kingdom[en gb]”,如下例所示:-


谢谢,这解决了问题-我想知道为什么IE和Chrome工作得很好-他们是否从操作系统中获得了本地化功能,但Firefox不是吗?