Description:
Converts values in seconds (<lsec>)to values in minutes and seconds. The
optional argument <nbdec> determines the number of decimals in the
seconds column of the output.
The output is in the format '1 min 15' for an <lsec> equal to '75'. If the
number of seconds is less than sixty the output will be in the form
'0 min 32'. The optional argument <format>, if set to the position
'abbrev', will eliminate the minutes column if it has a value of '0'.
(The first example would remain '1 min 15' while the second would become '32')
|