> For the complete documentation index, see [llms.txt](https://docs.digia.tech/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digia.tech/logic-and-interaction/adding-logic/date-time-operators.md).

# Date Time Operators

#### <mark style="color:blue;">isoFormat</mark>

Formats an ISO date string into the specified format

Argument

requires a time stamp and a format

#### Example

<pre class="language-javascript"><code class="lang-javascript">isoFormat('2024-06-03T23:42:36Z', 'Do MMMM')
<strong>//will output 3rd June
</strong></code></pre>
