▫️Timetamp to Date

Converts a UNIX or ISO8601 timestamp to a formatted date string.

/timestamp-to-date

Query Parameters:

Example Request:

/timestamp-to-date?timestamp=1618154400
/timestamp-to-date?timestamp=2024-04-17T18:49:36Z

Example Response:

{
    "timestamp": 1618154400,
    "formattedDate": "11/04/2021 00:00"
}

Last updated