EpochLab

Date Randomizer

Pick a random date from a range

One random date between two bounds, with a seed so the same seed always gives the same date — for anything you need to be able to reproduce.

Questions people ask

The things that come up about date randomizers, answered plainly.

Why would I want a seed?

So the result is reproducible. An unseeded random date is fine for picking a day; a seeded one means a test fixture, a sample or a draw can be regenerated identically by anyone with the seed.

Can I restrict it to weekdays?

Yes — weekdays only, weekends only, or specific days of the week. Useful for generating plausible business data rather than dates scattered evenly across the week.

Related tools

Julian days, Excel serials, GPS time, cron expressions and format validators.

All 160 tools · More in converters & validators