Skip to content

@web-engine-dev/time


@web-engine-dev/time / formatTime

Function: formatTime()

formatTime(seconds): string

Format time in seconds to MM:SS format

Parameters

seconds

number

Returns

string

Example

typescript
formatTime(125);  // "02:05"
formatTime(59);   // "00:59"
formatTime(3600); // "60:00"

Proprietary software. All rights reserved.