UNPKG

uniapp-tracing

Version:

uniapp小程序端埋点

9 lines (6 loc) 165 B
// Utils import dayjs from "dayjs"; function getCurrentTime() { return dayjs(new Date()).format("YYYY-MM-DD HH:mm:ss"); } export default getCurrentTime;