time-less-than

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

Syntax

    time-less-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 less than the time that strDate2 represents, otherwise false .

// Ethnio survey code removed