NAME
DateIsOn — Check if first date and second date are equal.
SYNOPSIS
DateIsOn FirstDate SecondDate
DESCRIPTION
Return Value
1 First date is on the second.
0 First date is not on the second.
Arguments
FirstDateString in date format.
SecondDateString in date format.
More Info
Note that this is basically just string equal but is included for the sake of completeness. It does check to verify both inputs are dates.

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


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