time-greater-than

Compares two given time values to see if one is greater than the other.

Syntax

    time-greater-than(strTime1, strTime2)

Parameters

strTime1 is a string that represents one time to compare and is specified in the format hh:mm:ss.

strTime2 is a string that represents the other time to compare and is specified in the format hh:mm:ss.

Returns

A Boolean value of true if the time that strTime1 represents is greater than the time that strDate2 represents, otherwise false.

// Ethnio survey code removed