---
title: "with dates · RUAL Documentation"
description: "RUAL array block."
canonical: https://docs.rual.nl/block-types/array/array_of_dates
language: en
---

# with dates

This block is part of the [`array`](https://docs.rual.nl/block-types/array) group and was last modified in core [`v10.4.28`](https://docs.rual.nl/core-versions/100428).

- date required `date` First date to include in the array.

- date required `date` Second date to include in the array.

- array `array ` The array with dates output.

Collects the wired date pins into an array of ISO-8601 UTC strings with millisecond precision, e.g. 2021-04-27T00:00:00.000Z. Numeric inputs are read as unix SECONDS (fractional seconds preserved); null and non-finite values are skipped, so the output can have fewer entries than wired pins.

| `of` |
| --- |

A typical wiring for [with dates](https://docs.rual.nl/block-types/array/array_of_dates): the `array` out pin feeds [length](https://docs.rual.nl/block-types/array/array_length).

![Studio canvas example for the with dates block: typical wiring for with dates.](https://docs.rual.nl/canvas-examples/array_of_dates.png)

### Version history

Introduced in [`v10.4.28`](https://docs.rual.nl/core-versions/100428).
