timeIntervalWords
-
function
-
new in 1.38
-
Returns a time interval value spelled out in words. The text that results from this function can be converted back to a number using the value() function.
-
Examples: +
put timeIntervalWords(90) —> "one minute thirty seconds"
put timeIntervalWords(11520) —> "three hours twelve minutes"
-
Related: timeInterval, numberWords