Convert time value to a readable string

time2word time

Returns human readable string corresponding to time specified in milliseconds.

Example:

make "date timenow
(print :date "ms)
print time2word :date

make "dt timemilli
(print :dt "ms)
print time2word :dt

Output:

1150585633438 ms
2014-10-09 21:20:33
35.874 ms
0:00:00.035

See also:

Table of Content