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