1 02/08/85  date_time_equal, dteq
 2 
 3 Syntax as a command:  dteq A B {-control_arg}
 4 
 5 
 6 Syntax as an active function:  [dteq A B {-control_arg}]
 7 
 8 
 9 Function: returns "true" if the date-time strings A and B are
10 equivalent.
11 
12 
13 Arguments:
14 A and B
15    indicates the date and time about which information is desired (see
16    time_strings.gi for a description of valid time_string values).
17 
18 
19 Control arguments:
20 -date, -dt
21    compares only the date portions of A and B as represented in GMT.
22    If A and B fall on the same day, the value returned is "true".