現在時間
傳回與現在的相對時間字串。
這需要 RelativeTime
外掛才能運作
dayjs.extend(relativeTime)
dayjs('1999-01-01').toNow() // in 22 years
如果你傳入 true,你可以取得沒有後綴的值。
dayjs.extend(relativeTime)
dayjs('1999-01-01').toNow(true) // 22 years
傳回與現在的相對時間字串。
這需要 RelativeTime
外掛才能運作
dayjs.extend(relativeTime)
dayjs('1999-01-01').toNow() // in 22 years
如果你傳入 true,你可以取得沒有後綴的值。
dayjs.extend(relativeTime)
dayjs('1999-01-01').toNow(true) // 22 years