> For the complete documentation index, see [llms.txt](https://docs.pentaho.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/hadoop-file-input-cp-main-page/options-hadoop-file-input-reuse/fields-tab-hadoop-file-input-reuse/date-formats-hadoop-file-input-reuse.md).

# Date formats

Use the following table to specify date formats. For further information on valid date formats used in this step, view the [Date Formatting Table](http://wiki.pentaho.com/display/Reporting/Date+Formatting+Table).

| Letter | Date of Time Component | Presentation      | Examples                                       |
| ------ | ---------------------- | ----------------- | ---------------------------------------------- |
| G      | Era designator         | Text              | `AD`                                           |
| y      | Year                   | Year              | `1996` or `96`                                 |
| M      | Month in year          | Month             | `July`, `Jul`, or `07`                         |
| w      | Week in year           | Number            | `27`                                           |
| W      | Week in Month          | Number            | `2`                                            |
| D      | Day in year            | Number            | `189`                                          |
| d      | Day in month           | Number            | `10`                                           |
| F      | Day of week in month   | Number            | `2`                                            |
| E      | Day in week            | Text              | `Tuesday` or `Tue`                             |
| a      | am/pm marker           | Text              | `PM`                                           |
| H      | Hour in day (0-23)     | Number 0          | n/a                                            |
| k      | Hour in day (1-24)     | Number 24         | n/a                                            |
| K      | Hour in am/pm (0-11)   | Number 0          | n/a                                            |
| h      | Hour in am/pm (1-12)   | Number 12         | n/a                                            |
| m      | Minute in hour         | Number 30         | n/a                                            |
| s      | Second in minute       | Number 55         | n/a                                            |
| S      | Millisecond            | Number 978        | n/a                                            |
| z      | Time zone              | General time zone | `Pacific Standard Time`, `PST`, or `GMT-08:00` |
| Z      | Time zone              | RFC 822 time zone | `-0800`                                        |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.pentaho.com/pdia-data-integration/10.2-data-integration/pdi-transformation-steps-reference-overview/hadoop-file-input-cp-main-page/options-hadoop-file-input-reuse/fields-tab-hadoop-file-input-reuse/date-formats-hadoop-file-input-reuse.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.
