Dutch Random ISO Date Generator
Generate random ISO 8601 timestamps for time-series, event logs and date-field test data.
This generator produces Dutch (nl) localized data — region-appropriate names, addresses and formats. Need US English? Use the default Random ISO Date Generator.
Generate now
Example output (Dutch)
A small sample of the JSON this generator returns (isoDate, nl):
[
"2023-07-03T16:58:09.419Z",
"2026-05-20T05:23:54.738Z",
"2025-04-16T01:26:47.867Z"
]Use it in code
Fetch the same Dutch data from the free API — no key needed during beta, up to 100 records per call:
curl "https://mock.wrapper-agency.com/api/v1/mock?type=isoDate&count=20&locale=nl"Need thousands of rows at once? The bulk API returns up to 10,000 records per call.
FAQ
- Is the dutch random iso date generator data real?
- No. Every value is synthetic, generated with @faker-js/faker. There is no real personal data, so it is safe for testing, demos and committing to a repo (GDPR-friendly).
- How is this different from the default random iso date generator?
- Names, addresses, phone numbers and other locale-specific fields are generated using Dutch (nl) data, so they look native to that region instead of US English.
- How do I get this data in my code?
- Call the free API: GET https://mock.wrapper-agency.com/api/v1/mock?type=isoDate&count=20&locale=nl. It returns a JSON array of Dutch records. Use ?seed=123 for deterministic output.
Random ISO Date Generator in other locales
German Random ISO Date Generator
de
French Random ISO Date Generator
fr
Spanish Random ISO Date Generator
es
Portuguese (Brazil) Random ISO Date Generator
pt_BR
Japanese Random ISO Date Generator
ja
Italian Random ISO Date Generator
it
MockForge generates fully synthetic data — no real personal information, ever.