import { format, parse, parseISO } from 'date-fns' format(parseISO('2019-12-15T20:00:00.000Z'), 'h:mm a') 我想要的是:8:00 PM,但是我得到的 ...
確定! 回上一頁