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