future?

check if given date is in the future


Parameters

future? date :date

Returns

  • :logical

Examples

copy
futureDate: after.weeks:2 now print future? now ; false print future? futureDate ; true

Related