我正在尝试将日期转换为可读格式。 例如: var dayjs = require('dayjs') const date = '1989-08-12T01:00:00.000Z' console.log(dayjs(date).format('DD/MM/YYYY'))
確定! 回上一頁