| 
          
 
 
 
          Compares
two given time values to see if they are equal. 
Syntax    time-equal(strTime1, strTime2) 
 
ParametersstrTime1 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.  
 
ReturnsA
Boolean value of true if the given time values
are equal, otherwise false. 
 
 
          
           
          
          
 | 
 | 
 |