UNPKG

@ipohjs/calendar

Version:
4 lines 160 B
export function toDayDifferenceInclusive(min, max) { return 1 + Math.floor((+max - +min) / 864e5); } //# sourceMappingURL=to-day-difference-inclusive.js.map