timestr#
Purpose#
Formats a time in a vector to a string.
Format#
Examples#
t = { 7, 31, 46, 33 };
ts = timestr(t);
print ts;
7:31:46
Source#
time.src
See also
Functions date()
, datestr()
, datestring()
, datestrymd()
, ethsec()
, etstr()
, time()