php时间:1368524732
js代码:
function getLocalTime(nS) {
return new Date(parseInt(nS) * 1000).toLocaleString().replace(/:\d{1,2}$/,' ');
}
alert(1368524732)
输出:2013年5月15日 上午10:39
来源:
本文共 176 字,大约阅读时间需要 1 分钟。
php时间:1368524732
js代码:
function getLocalTime(nS) {
return new Date(parseInt(nS) * 1000).toLocaleString().replace(/:\d{1,2}$/,' ');
}
alert(1368524732)
输出:2013年5月15日 上午10:39
来源:
转载地址:http://vdhza.baihongyu.com/