我有一个基于用户偏好的全局语言环境变量。当我将该变量与时间戳一起传递给时刻时,它仍然以英语显示日期。我希望它以该语言环境的通用格式显示日期。例如:
moment.locale('fr');
console.log(moment(867283200, "X").format('LL')); //still outputs June 25, 1997 when it should be using French months
有什么建议吗?
答案 0 :(得分:2)
想出来。我只需要使用此处提供的locales.min.js在浏览器中加载语言环境:https://github.com/moment/moment/tree/develop/min