NAME
DateIsBefore — Check whether the first date comes before the second.
SYNOPSIS
DateIsBefore FirstDate SecondDate
DESCRIPTION
Return Value
1 First date is before the second.
0 First date is not before the second.
Arguments
FirstDateString in date format.
SecondDateString in date format.
More Info
This command is like less than (<).

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


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