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