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


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

## Description

> Macro (excerpt)
> 
> Converts milliseconds to a date.

Converts milliseconds to a date.

## Parameters

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

## Return Type

**Date**

## Example

```
return millisToDate(1370616623112);
```

Outputs: 2013-06-07 17:50:23

## See also

> Macro (contentbylabel)