1. timestamp 转时间
var date=new Date(1410019200000+0800); document.write(date);//输出 Sun Sep 07 2014 00:00:00 GMT+0800 (中国标准时间) document.write(date.toLocaleString());//输出 2014年9月7日 上午12:00:00
时间: 2024-12-28 23:30:19
1. timestamp 转时间
var date=new Date(1410019200000+0800); document.write(date);//输出 Sun Sep 07 2014 00:00:00 GMT+0800 (中国标准时间) document.write(date.toLocaleString());//输出 2014年9月7日 上午12:00:00