标签: javascript time browser momentjs date-formatting
我正在尝试使用momentJS以操作系统本身的格式显示时间戳(与浏览器的设置无关)。
我尝试了moment(ts).toDate().toLocaleDateString(), 并将Intl.DateTimeFormat().resolvedOptions().locale作为参数传递。
moment(ts).toDate().toLocaleDateString()
Intl.DateTimeFormat().resolvedOptions().locale
有可能吗?浏览器甚至可以访问操作系统时间设置吗?