Tests whether the given date happens the given number of days in the future.
The date to compare.
true if the given date happens today + nbOfDays, false otherwise.
true
today + nbOfDays
false
Generated using TypeDoc
Tests whether the given date happens the given number of days in the future.