When using Element-react 's DatePicker, disable the date setting to report an error?

according to the official website, Date.now () reported an error is not a function
but why?

Mar.17,2021

maybe there is a compatibility problem. Some browsers do not support Date.now () ,
for new Date (). GetTime ()

.
Menu