Returns a STRING representing the number of days:hours:mins:secs between
two supplied dates. The difference is returned in the colon delimitted list as
described above, with a leading '-' (minus) sign if date1 is greater than
date2.
|
|
Syntax |
TimeDiff( date1, date2 )
|
date1 |
The start date. |
date2 |
The end date. |
|
|
|
|