NAME
DatetimeIsAfter — Check whether the first datetime is after the second one.
SYNOPSIS
DatetimeIsAfter FirstDatetime SecondDatetime
DESCRIPTION
Return Value
1 First datetime is after the second.
0 First datetime is not after the second.
Arguments
FirstDatetimeString in datetime format.
SecondDatetimeString in datetime 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
% DateTimeIsAfter {2000-01-02 03:04:05} {2000-01-02 03:04:04}

1
SEE ALSO
DateIsAfter, DateTimeIsBefore, DateTimeIsBetween, SetDateFormat
KEYWORDS
check, datetime, verification