disabledStartDate = (current) => {
const endValue = this.state.endValue;// if (!startValue || !endValue) {// return false;// }// return startValue.valueOf() > endValue.valueOf();return current < moment();
}
disabledDate={this.disabledStartDate}
设置disabledDate不可选的日期,怎样才可以把当天变成可选的
翻阅古今
相关分类