Urara-Blog/node_modules/.pnpm-store/v3/files/b3/dad54b07299b830f6a6d1b0b9e44221f65f48002a629152e54b86a9d1f1dcec1cb2094c992993852551f8027412255ca11f23f5b96c8cd15b94aabbabbd826
2022-08-14 01:14:53 +08:00

5 lines
117 B
Text

import dayjs from 'dayjs'
export function formatDate (timeFormat, date) {
return dayjs(date).format(timeFormat)
}