The date from which to calculate the number of minutes that have passed.
The number of minutes that have passed since the given date.
new Date('2020-01-01T00:00:00Z');;
//=> {date}
minutesSinceDate(new Date('2020-01-01T00:00:00Z'));;
//=> {number of minutes since 2020-01-01T00:00:00Z}
Generated using TypeDoc
Calculates the number of minutes that have passed since the given date.