@INRANGE
—
determines whether a date falls within a specified range. This function
takes three dates, which may be in any date format
supported by this plugin. All three must be legal dates within
the supported date range.
Syntax:%@INRANGE[
date,
startdate,
enddate,
infmt]
date | the date to test |
startdate, enddate | define the range to compare date against |
infmt | the input date format, used to interpret ambiguous dates |
startdate and enddate may be in either order. If date is within the range defined by startdate and enddate, this function will return 0. If date falls before the range (i.e. less than both startdate and enddate), the result will be -1. If date falls after the defined range (i.e. greater than both), the function will return 1.
• New: This function does not exist in Take Command.