Add an extra parameter to allow the time format to be customised.
Suggested format:
%m is minutes so far, %s is seconds so far
%M is minutes total, %S is seconds total
Example specification:
time-format : "<span>%m:%s</span> / %M:%S"
would output:
<span>02:01</span> / 04:58
Add an extra parameter to allow the time format to be customised.
Suggested format:
%mis minutes so far,%sis seconds so far%Mis minutes total,%Sis seconds totalExample specification:
would output: