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