# 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>
