gpt4 book ai didi

javascript - 为什么 toLocaleString() 方法不起作用?

转载 作者:行者123 更新时间:2023-11-28 16:50:22 24 4
gpt4 key购买 nike

有没有办法在nativescript中使用toLocaleString()方法?请查看toLocaleString - {N} Playground


<script>
export default {
data() {
return {
trDate: new Date(1579180347000).toLocaleString("tr"),
// should print 16.01.2020 16:12:27

};
}
};
</script>

Browser compatibility docs说:

nodejs

这是否意味着我最好使用其他包,例如 date-and-time管理日期数据格式

最佳答案

{N} !== NodeJS

NativeScript 只有一个 JavaScript 运行时,只有 CommonJS 模块可以使用它。任何依赖于浏览器/节点特定功能的东西都不能使用。您可以尝试 momentjs,它具有广泛的区域设置支持。

关于javascript - 为什么 toLocaleString() 方法不起作用?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60029270/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com