Skip to content
On this page

time

makeDurationPretty 美化时长显示

source

ts
import { makeDurationPretty } from 'fe-toolsbox'
makeDurationPretty(121)
2分1秒

dateFormat 时间格式化

source

ts
import { dateFormat } from 'fe-toolsbox'
dateFormat()
dateFormat(Date.now(), 'HH:mm:ss')
2022-09-23 04:00:30
04:00:30

fe-toolsbox 前端业务常用工具库