经过几天与Safari和IOS设备的挣扎,我在我的项目中安装moment.js,认为所有问题都将得到解决。当我在Safari或IOS设备中加载我的网站时,我会看到时间和日期应该是_Invalid Code_
。我从其他stackoverflow问题尝试了多个东西,但我似乎无法到达任何地方。
json[i]["Demo_Start"] = new Date(json[i]["Demo_Start"]);
var startDemo = json[i]["Demo_Start"]
var startResult = moment(startDemo).format('MMMM Do YYYY, h:mm:ss a');
json[i]["Demo_Start"] = startResult;