NAME
DateIsAfter — Check if first date comes after the second date.
SYNOPSIS
DateIsAfter FirstDate SecondDate
DESCRIPTION
Return Value
1 First date is after the second.
0 First date is not after the second.
Arguments
FirstDateString in date format.
SecondDateString in date format.
More Info
This command is like greater than (>).

For information about how to configure the format, see About Date and Time Commands.


For information regarding exceptions / errors, see here.
EXAMPLES
% DateIsAfter {2000-01-02} {2000-01-01}
1
SEE ALSO
DateIsBefore, DateIsBetween, DateIsOn, DateIsOnOrAfter, DateIsOnOrBefore, DatetimeIsAfter, SetDateFormat
KEYWORDS
check, date, verification