Slide 55 of 68
Notes:
The F$CVTIME() function returns multiple elements of a date/time expression. It also performs conversion from one format to another, and allows for the addition or subtraction of days, hours, minutes, seconds, etc. from a known date/time or the current date time.
The examples show how to:
1. get the date/time for a week from now.
2. see if tomorrow is the first of the month/year.
3. get an elapsed time based on a starting time and an ending time (may not cross midnight more than once!).