我已经在我的web应用程序中使用了Moment.js来实现相同组件中的其他功能。将此函数转换为Moment.js也有意义吗?使用Moment.js会是什么样子?为了完整起见,这里是另一个时刻的用法 let currentDay = moment.unix(weather.list[0].dt).get('date');
let itemDay = moment.unix(item.dt).get('
var iso = m.toISOString();<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.18.1/moment.min.js"></script>
<script src="https://cdnjs.cloudflare.com
我正在构建一个角度应用程序,我将使用矩范围和矩js。import { extendMoment } from 'moment-range';
const moment = extendMoment(Moment);Uncaught TypeError: Cannot set property 'range' of unde