# Identify Date Columns

In Reports with Table as Input Sprinkle offers various functionalities for **Date columns**.

Sprinkle automatically identifies a Date column in the input table if its values are in proper Date format additionally you can also manually identify any column as a Date column.

**Identify a Date Column**

To Identify a column as a Date column you need to go to the column name and click on the more options icon. A new "**Identify as Date**" modal opens up where you can see the Data Type, choose the Format of the date, and Preview the date column.

The special Date icon will also appear alongside the Date column in the Column section.

**Remove as Date Option**

You can also remove Date options from auto Identified or manually-identified date columns.

You need to click on the Dropdown button along the Date Column name and choose the "Remove as Date" option.

Date Column also comes with different functions which you can use in reports as per requirement.&#x20;

#### Date Functions available for Date Columns:

* Hour&#x20;
* Week&#x20;
* Month&#x20;
* Quarter&#x20;
* Year&#x20;
* Date&#x20;
* Date & Time&#x20;
* ISO Year&#x20;
* ISO Week

#### How to Apply Date Function:

1. Select or Drag the identified Date column to the Group by Section.&#x20;
2. Click on the Dropdown button along the Date Column name.&#x20;
3. A dropdown list will pop up consisting of all the above-mentioned Date functions.&#x20;
4. Choose the relevant function and then Run the Report.

Using these different date functions you can create multiple reports with the same Date Column but with different levels of data. These date functions can also be used in Filters.

For eg: You have a Report on "Monthly Sales" using the Month date function on the OrderDate column. You may quickly select a different date function say Quarter and click on Run to get the updated data.

Date functions can be used with Bar Charts Reports, Line Charts, and other visualization reports.


---

# 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.sprinkledata.com/product/analysing-your-data/reports/build-using-tables/identify-date-columns.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.
