react+antd中DatePicker組件(不能選中當前時間之前的時間)的代碼

不能選中當前時間之前的時間:即不能選中此刻以前的時間,好比此刻是2018年10月11日15:18,那麼2018年10月11日15:18分以前的全部時間都不能選,包含時分。 antd const { DatePicker, Row } = antd; class limitTime extends Component{     state={            currentTime:null,
相關文章
相關標籤/搜索