# Date and Time Handling

Working with Date and Time sometimes requires complex manipulations (end of week etc.) as well as dealing with various formats of Dates.

Appfarm Create natively supports storage of data and time values, and provides tools to format, manipulate and localize these values.

**Articles**:

* [Date and time](/reference/platform-concepts/date-and-time.md)
* [Customize default date and number formatting](/reference/resources/internationalization.md#customize-date-and-number-formatting)


---

# 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.appfarm.io/appcademy/appfarm-professional/logic-and-flow/date-and-time-handling.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.
