> 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/year.md).

# Year

Command:&#x20;

`year`

Syntax:

```bash
echo year
```

Example:

<pre class="language-bash"><code class="lang-bash">echo year
2024

<strong>var my_year = year
</strong>echo my_myear
2024

var my_year = year
echo 'The current year is {{my_year}}'
The current year is 2024
</code></pre>
