Converts a UNIX or ISO8601 timestamp to a formatted date string.
Last updated 1 year ago
Query Parameters:
timestamp - The or timestamp to convert
timestamp
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" }