---
title: "millisToInterval"
canonical: "https://support.appfire.com/space/PSJ/15489157/millisToInterval"
format: markdown
---
> Macro (aura-html)


|  |  |  |  |
| --- | --- | --- | --- |
| **Syntax** | millisToInterval(millis) | **Package** |  |
| **Alias** |  | **Pkg Usage** |  |

## Description

> Macro (excerpt)
> 
> Converts milliseconds to a time interval.

Converts milliseconds to a time interval.

## Parameters

| Parameter name | Type | Required | Description |
| --- | --- | --- | --- |
| millis | Number | Yes | Specifies the milliseconds to convert. |

## Return Type

**Interval**

## Example

```
return millisToInterval(616623112);
```

Outputs: 1w 3h 17m 3s

## See also

> Macro (contentbylabel)