年数
dayjs.duration().years();
dayjs.duration().asYears();
与持续时间的其他获取器一样,dayjs.duration().years()
获取年份。
¥As with the other getters for durations, dayjs.duration().years()
gets the years.
dayjs.duration().asYears()
获取持续时间的长度(以年为单位)。
¥dayjs.duration().asYears()
gets the length of the duration in years.