Delta Time Stopwatch Label
Shows elapsed time since layer in-point with two-decimal precision.
Code
delta = time - inPoint;
Math.round(delta * 100) / 100 + " s";
timertextutility
How to Use
Paste in Source Text. Useful for demos or prototype overlays.