const { isDate} = require("date-fns"); // Will return true as the string provided is a date instance const date1 = new Date("2020,09,19"); // ...
確定! 回上一頁