私人领地

js与php转换时间戳

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://www.cnblogs.com/sufei/archive/2012/12/03/2799480.html

 

http://blog.csdn.net/wust_star/article/details/7672840

posted @ 2013-06-18 14:53  狂奔的蜗牛Snails  阅读(203)  评论(0编辑  收藏  举报