The date from which to calculate the elapsed time.
The number of milliseconds that have passed since the provided date.
If the provided date is not a Date object or an integer.
msSinceDate(new Date('2020-01-01'));;
//=> {number of milliseconds since 2020-01-01}
Generated using TypeDoc
Calculates the number of milliseconds that have passed since the provided date.