// 一年前 moment().subtract(1, 'year') // 一月前 moment().subtract(1, 'month').format('MM'); // 七天后 moment().add(7, 'days')