The date from which to calculate the number of days passed.
The number of days since the given date.
new Date('2020-01-01');;
//=> <date object>
daysSinceDate(new Date('2020-01-01'));;
//=> <number of days since 2020-01-01>
Generated using TypeDoc
Calculates the number of days that have passed since the given date.