| Current Path : /home/deltalab/PMS/logistic-backend/node_modules/consola/src/utils/ |
| Current File : //home/deltalab/PMS/logistic-backend/node_modules/consola/src/utils/date.js |
import dayjs from 'dayjs'
export function formatDate (timeFormat, date) {
return dayjs(date).format(timeFormat)
}