Your IP : 216.73.216.43


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