- :logical
future?
check if given date is in the future
Parameters
future? date :date
Returns
Examples
copyfutureDate: after.weeks:2 now print future? now ; false print future? futureDate ; true
future? date :date
copyfutureDate: after.weeks:2 now print future? now ; false print future? futureDate ; true