我有一個問題,我想創建一個日期數組使用moment.js,然後顯示在一個表中的日期數組的內容。 <table border="1">
<tr ng-repeat="days in arr track by $index">
<td ng-repeat="d in days track by $index">
{{d}}
</td>
</tr>
我要檢查,如果當前日期是從2017年7月11日開始日期之間有效期至使用moment.js 2018年5月1日。 任何幫助?如何做到這一點? 我有下面的代碼: import React, {Component} from 'react';
import moment from 'moment';
class Dates extends Component {
constructor(