
Moment.js遇到Deprecation warning: moment construction falls back to js Date 解决方法
参考资料: stackoverflow Joe Wilson的回答
问题在 Jade 中使用 Moment 格式化时间时,报出这个警告。
Deprecation warning: moment construction falls back to js Date. This is discouraged and will be removed in upcoming major release. Please refer to github/moment/moment/issues/1407 for more info. 解决方法js 中,生成 ISO 标准格式时间字符串方法
var isotime = new Date().toISOString();👁️ 阅读量:0
© 版权声明:本文《Moment.js遇到Deprecation warning: moment construction falls back to js Date 解决方法》内容均为本站精心整理或网友自愿分享,如需转载请注明原文出处:https://www.zastudy.cn/wen/1686508892a274460.html。