时间戳转成日期格式

getLocalTime: function(nS) {     
            return new Date(parseInt(nS) * 1000).toLocaleString().substr(0,24).replace(/\//g,'-');
        },
var t = fundsArea.getLocalTime(item.Instime);

 

你可能感兴趣的:(时间戳转成日期格式)