Tests whether the given date happens after 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 happens after today - nbOfDays, false otherwise.
true
today - nbOfDays
false
Generated using TypeDoc
Tests whether the given date happens after the given number of days in the past relatively to today.