# Format Date

The Format Date block is a versatile tool in the GraphLinq IDE that enables developers to convert Unix timestamps into human-readable date formats. This block grants users the flexibility to customize the output format according to their preferences and specific requirements.

By transforming Unix timestamps into readable date strings, developers can present time-related data in a user-friendly manner, making it easier for end-users to understand and interpret. Additionally, the Format Date block is invaluable in generating informative logs, displaying relevant dates and times in reports, and formatting timestamps for use in various external systems or APIs.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.graphlinq.io/dev-tooling/blocks/time/format-date.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
