> For the complete documentation index, see [llms.txt](https://docs.zirkul.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.zirkul.com/zirkul-agent/command-reference/month.md).

# Month

Command:&#x20;

`month`

Syntax:

```bash
echo month
```

Example:

<pre class="language-bash"><code class="lang-bash">echo month
10

<strong>var my_month = month
</strong>echo my_month
10

var my_month = month
echo 'The current month is {{my_month}}'
The current month is 10
</code></pre>
