jjzjj

javascript - 尝试在 moment.js 中转换 RFC2822 日期时出现 “Deprecation warning: moment construction falls back to js Date”

我正在使用以下代码使用moment.js将服务器端日期时间转换为本地时间。moment(moment('Wed,23Apr201409:54:51+0000').format('lll')).fromNow()但我得到了:Deprecationwarning:momentconstructionfallsbacktojsDate.Thisisdiscouragedandwillberemovedinupcomingmajorrelease.Pleaserefertohttps://github.com/moment/moment/issues/1407formoreinfo.看来我无法

javascript - 尝试在 moment.js 中转换 RFC2822 日期时出现 “Deprecation warning: moment construction falls back to js Date”

我正在使用以下代码使用moment.js将服务器端日期时间转换为本地时间。moment(moment('Wed,23Apr201409:54:51+0000').format('lll')).fromNow()但我得到了:Deprecationwarning:momentconstructionfallsbacktojsDate.Thisisdiscouragedandwillberemovedinupcomingmajorrelease.Pleaserefertohttps://github.com/moment/moment/issues/1407formoreinfo.看来我无法