import dayjs from "dayjs"; export function time(date){ return dayjs(date).format('YYYY-MM-DD HH:mm:ss') }