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