Random Date Generator

Pick a range and how many dates you need — get random dates with weekdays, sorted or in random order.

Frequently asked questions

What are random dates useful for?

Test data (birthdays, order dates, deadlines that aren't all the 1st of the month), picking an audit sample of days to review, spreading tasks over a period, journaling and photo-challenge prompts, and choosing a fair date for a draw.

Are both endpoints included?

Yes — the range is inclusive: "From 2026-01-01 to 2026-01-07" can produce any of those seven days, each equally likely via the browser's cryptographic randomness.

Why do I get an error asking for a smaller count?

With "no duplicates" on, you can't draw more unique dates than the range contains — 30 unique dates need at least a 30-day range. Widen the range, lower the count, or allow duplicates.

Last updated: 2026-07-13