Random Date Generator
Generate 1 to 30 random calendar dates between two ISO dates. Both endpoints are eligible, including a range made from a single day. Each calendar day receives the same probability on every draw. Output shows the stable YYYY-MM-DD value followed by the weekday in the page language. There are no weekday filters, alternate formats, seed or cryptographic-randomness guarantee.
Generate dates
-
1
Choose the inclusive range
Enter valid start and end dates; the end may equal the start but cannot be earlier.
-
2
Choose 1 to 30 draws
Each draw is independent, so duplicate dates can appear.
-
3
Regenerate
Draw another batch from the same whole-day range.
Sampling rule
The tool parses each input strictly as YYYY-MM-DD in UTC, counts the whole-day offsets between the dates, and draws an integer from 0 through that count with both ends included. It then adds the offset to the start date. Sampling by day avoids the endpoint bias and time-of-day effects caused by choosing random seconds.
Draws are independent and made with PHP’s random_int; the tool does not expose a repeatable seed. It may return the same date more than once. Invalid dates or an end before the start produce no list. Dates represent proleptic Gregorian calendar labels rather than moments with a local time or timezone.
The controls are server-backed, and guided-flow values also appear in the URL. Do not put sensitive information into date fields; none is needed.
Frequently Asked Questions
Yes. A one-day range always returns that day, and the final date has the same chance as every other date.
Yes. Every output is an independent draw with replacement.
No. The tool returns ISO dates plus a localized weekday only.
No. There is no deterministic or reproducible seed control.
Related Tools
ASCII Table Reference
Full ASCII table from 0 to 127 with decimal, hex, octal, binary, standard names and HTML numeric-reference notation, including NUL, LF and DEL.
Color Palette Generator
Generate monochromatic, analogous, complementary, triadic or tetradic color palettes from a base HEX color and export copy-ready CSS variables.
FPS Counter
Measure browser FPS with requestAnimationFrame, smoothing, min/max frame rate, warnings and an optional graph. Runs locally with no upload or API.
HTML Character Reference
Searchable list of HTML entities, their named and numeric codes, and a one-click copy for special characters and symbols.
HEX Color Picker
Pick or enter a HEX colour and get RGB, HSL, approximate CMYK, relative luminance and contrast ratios against white and black.
Keyboard Shortcut Reference
Search documented default keyboard shortcuts for VS Code, Chrome and Bash with GNU Readline on macOS, Windows and Linux.
Tool available in other languages
- Slumpgenerator för datum [SV]
- Zufallsdatum-Generator [DE]
- 무작위 날짜 생성기 [KO]
- Generador de fechas aleatorias [ES]
- Willekeurige datumgenerator [NL]
- Pembuat tanggal acak [ID]
- ランダム日付生成ツール [JA]
- مولد تواريخ عشوائية [AR]
- เครื่องสุ่มวันที่ [TH]
- Generator losowych dat [PL]
- Trình tạo ngày ngẫu nhiên [VI]
- Générateur de dates aléatoires [FR]
- Gerador de datas aleatórias [PT]
- 随机日期生成器 [ZH]
- Generatore di date casuali [IT]
- Генератор случайных дат [RU]
- Rastgele tarih oluşturucu [TR]