DAYS()
Convert elapsed seconds into days
- Syntax
-
- DAYS(<nSecs> ) --> nDay
- Arguments
-
- <nSecs> The number of seconds
- Returns
-
- <nDay> The number of days
- Description
-
- This function converts <nSecs> seconds to the equivalent number of days; 86399 seconds represents one day, 0 seconds being midnight.
Examples
? DAYS(2434234)
? "Has been passed ",DAYS(63251),' since midnight'
- Status
- Ready
- Compliance
-
- This function is Ca-Clipper compliant
- Platforms
-
- All
- Files
-
- Library is rtl
- See Also