Tests whether the given date happened before the given number of days in the past relatively to today.
The date to compare.
The number of days in the future.
true if the given date happened before today - nbOfDays, false otherwise.
true
today - nbOfDays
false
Generated using TypeDoc
Tests whether the given date happened before the given number of days in the past relatively to today.