Skip to main content

TIMER 2

FORMAT:

TIMER2 ( seconds , precision )


DEFINITIONS:

Seconds: the time in seconds you wish to convert to mins:seconds

Precision: the number of decimal places to show.


EXAMPLE 1:

show TIMER2 ( 3601.123,0 )

will return 60:01

EXAMPLE 2:

show TIMER2 ( 3601.123,2 )

will return 60:01.12