当前位置: 首页 > Web前端 > HTML

dayjs计算差异

时间:2023-03-29 12:20:48 HTML

installyarnadddayjs-Duseyeardayjs(endTime).diff(dayjs(startTime),'years')monthdayjs(endTime).diff(dayjs(startTime),'months')daydayjs(endTime).diff(dayjs(startTime),'days')分钟dayjs(endTime).diff(dayjs(startTime),'minutes')secondsdayjs(endTime).diff(dayjs(startTime),'seconds')