# How do I remove or hide the date and time stamps that appear on reports?

You can hide the date and time stamps on reports by adjusting the report properties.

## Report and Run: Cloud and Integrate

In the cloud version of the app, you can [hide report fields](/manual/readme/customization/show-hide-header-fields.md) in the web portal and those settings will carry over to the Report and Run: Integrate mobile app. For date and time stamps, you will want to change two report properties to "false":&#x20;

1. *Header: Show Created*
2. *Image: Show Created*

This will hide date and times on the published report header and in the text under images.&#x20;

## Report and Run: Offline

In the offline version, you can [hide report fields](/manual/report-and-run/customization/show-hide-fields.md) in the settings right before generating a report. For date and time stamps, you will want to change two report properties to "false":&#x20;

1. *Show/Hide Header: Created*
2. *Show/Hide Image: Created*

This will hide date and times on the published report header and in the text under images.

## Related&#x20;

* [Article: Show/hide header fields in Report and Run: Cloud](/manual/readme/customization/show-hide-header-fields.md)
* [Article: Show/hide image fields in Report and Run: Cloud](/manual/readme/customization/show-hide-image-fields.md)
* [Article: Show/hide header fields in Report and Run: Offline](/manual/report-and-run/customization/show-hide-fields.md)
* [FAQ: Can I edit the date, time, or text of my reports after they’ve been generated?](/manual/faq/c150/c153/q450.md)


---

# 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.reportandrun.com/manual/faq/c150/c155/q484.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.
