import { parseISO, format } from "date-fns"; const time = "2019-10-25T08:10:00Z"; const parsedTime = parseISO(time); console.log(parsedTime); ...
確定! 回上一頁