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

前言 本文章主要功能是實現不能選中當前時間之前的時間:即不能選中此刻以前的時間,好比此刻是2018年10月11日15:18,那麼2018年10月11日15:18分以前的全部時間都不能選,包含時分。 若有疑問,歡迎留言交流!antd 代碼 const { DatePicker, Row } = antd; class limitTime extends Component{ state={
相關文章
相關標籤/搜索