Skip to content

destillationapp-frontend v0.1.0


destillationapp-frontend / helpers/dateHelpers / setTimeFromMinutesAmount

Function: setTimeFromMinutesAmount()

setTimeFromMinutesAmount(minutesAmount): string

Defined in: helpers/dateHelpers.ts:8

Converts a number of minutes to a formatted time string (HH:MM).

Parameters

minutesAmount

number

The amount of minutes to convert.

Returns

string

The formatted time string in "HH:MM" format.

Example

ts
setTimeFromMinutesAmount(75); // "01:15"