码迷,mamicode.com
首页 > Web开发 > 详细

js 毫秒转换为标准时间

时间:2017-09-25 13:28:44      阅读:229      评论:0      收藏:0      [点我收藏+]

标签:return   java   date   his   orm   var   fun   com   string   

function dateForm(time){
                var unixTimestamp = new Date( 1477386005*1000 );
                commonTime = unixTimestamp.toLocaleString();
            }
            Date.prototype.toLocaleString = function() {
                return this.getFullYear() + "/" + (this.getMonth() + 1) + "/" + this.getDate() + "/" + this.getHours() + ":" + this.getMinutes() + ":" + this.getSeconds();
            };

  new Data(‘毫秒数’)是标准时间,

  new Data().getTime()是把标准时间转换成毫秒数

js 毫秒转换为标准时间

标签:return   java   date   his   orm   var   fun   com   string   

原文地址:http://www.cnblogs.com/mmzuo-798/p/7591087.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!