toto10's picture
Upload folder using huggingface_hub (#4)
ea35075
raw
history blame
No virus
138 Bytes
import dayjs from 'dayjs'
export function getCurrentTime(format = 'YYYY_MM_DD_HH_mm_ss') {
return dayjs(new Date()).format(format)
}