UNPKG

@daiyu-5577/quickbuild

Version:

front-end build service

5 lines (4 loc) 147 B
import dayjs from "dayjs"; export const getFromatTime = (t = +dayjs(), format = 'YYYY-MM-DD HH:mm:ss') => { return dayjs(t).format(format); };