从此刻到未来的时间
返回到现在为止的相对时间的字符串。
¥Returns the string of relative time to now.
This requires the
RelativeTime
plugin to work
dayjs.extend(relativeTime)
dayjs('1999-01-01').toNow() // in 22 years
如果传递 true,则可以获得不带后缀的值。
¥If you pass true, you can get the value without the suffix.
dayjs.extend(relativeTime)
dayjs('1999-01-01').toNow(true) // 22 years