Copied
export const prerender = true;
Generate a random date between any two dates you choose.
What date format is used?
Dates are displayed in a clear, locale-friendly format. You can copy the value and paste it wherever you need.
Can I generate multiple random dates?
Currently, one date is generated per click. Click again to get another random date in the same range.
Is the selection truly random?
Yes. The date is picked using a cryptographically secure random number generator, so every day in your range has an equal chance.