# Date Month Textual ?

The month (in form of short text) of a date can be extracted with the help of this wildcard. The wildcard is used in the following way:

* {date.month.textual.?}
* For the following input (?) --> 2020-11-01
* The output is going to be --> November

{% hint style="warning" %}
The input format for the date should adhere to the following pattern: YYYY-MM-DD.
{% endhint %}


---

# 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.helmut.de/helmut4-releases/helmut4-components/streamdesigner/wildcards/date-and-time-21/date-month-textual-1.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.
