//格式化时间戳
function getLocalTime(nS) {
return new Date(parseInt(nS) * 1000).toLocaleString().replace(/:\d{1,2}$/,' ');
}
html+='<time>'+getLocalTime(zhuanti[i].addtime)+'</time>';
//格式化时间戳
function getLocalTime(nS) {
return new Date(parseInt(nS) * 1000).toLocaleString().replace(/:\d{1,2}$/,' ');
}
html+='<time>'+getLocalTime(zhuanti[i].addtime)+'</time>';
本文标题:js格式化时间戳
本文链接:https://www.haomeiwen.com/subject/fpnheqtx.html
网友评论