Your IP : 216.73.217.13


Current Path : /home/deltalab/PMS/logistic-backend/node_modules/consola/src/utils/
Upload File :
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)
}