我正在使用react-datepicker突出显示日期范围。我想强调某个日期之后的每个日期。它正在使用它的约会时刻。我目前试过这个。
highlightDates={[
{ "react-datepicker__day--highlighted-custom-1":
[
moment().add(moment(Date()).isAfter(Date()), 'days')
]
}
]}
是否有人知道如何在某个特定日期之后的某个日期持续一段时间?