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

# Date

Command:&#x20;

`date`

Syntax:

```bash
echo date
```

Example:

<pre class="language-bash"><code class="lang-bash">echo date
Jul-10-2024

<strong>var my_date = date
</strong>echo my_date
Jul-10-2024

var my_date = date
echo 'The current date is {{my_date}}'
The current date is Jul-10-2024
</code></pre>
