Calculates the number of weeks that have passed since the provided date.
The date from which to calculate the number of weeks passed.
The number of weeks since the provided date.
weeksSinceDate(new Date('2020-01-01'));;//=> {number of weeks since '2020-01-01'} Copy
weeksSinceDate(new Date('2020-01-01'));;//=> {number of weeks since '2020-01-01'}
Generated using TypeDoc
Calculates the number of weeks that have passed since the provided date.