Quantcast
Channel: CNode:Node.js专业中文社区
Viewing all articles
Browse latest Browse all 14821

moment.js 的startOf()使用问题。

$
0
0

Date.prototype.moment = function(){ return moment(this).locale(‘zh_cn’).utc(8);
};

2.为什么使用startOf() 之后的返回结果是错的。正确值是:34分钟前 mytime.moment() = Wed Oct 12 2016 10:51:49 GMT+0000; mytime.moment().startOf(‘day’).fromNow() = 3 小时前 ; // 这个出错了。 mytme.moment().format(‘YYYY-MM-DD HH:mm’) = 2016-10-12 10:51


Viewing all articles
Browse latest Browse all 14821

Trending Articles