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

 

posted on 2016-02-19 09:32  正正果实  阅读(163)  评论(0)    收藏  举报