Skip to content
T
Tools.Town
Free Online Tools for Everyone
Product Updates

Date Range Generator

Introducing the Date Range Generator — A Clean List of Dates in Seconds

Generate a list of dates between any two dates with a custom step and format, skip weekends, and export to CSV. Free and fully client-side.

Tools.Town Team 23 June 2026 2 min read

Filling a spreadsheet with a date column by hand is the kind of small chore that wastes real time — and invites off-by-one mistakes. The new Date Range Generator builds the exact sequence you need in seconds.

What it does

  • Any step: every day, N days, weekly, monthly, or yearly.
  • Six formats: ISO, regional slashes, short month, and long weekday forms.
  • Skip weekends: drop Saturdays and Sundays for working-day lists.
  • Correct month ends: January 31 steps to February 28, never an invalid date.
  • Export: copy, or download as CSV or TXT. Everything stays in your browser.

Why it matters

A date sequence should be correct by construction — no missed days, no duplicates, no month-end surprises. Computing each date from the start index keeps the list anchored even across leap years and short months.

Learn more

Read Generating Date Sequences: Steps, Formats, and Weekends for the details, then try the generator.

Frequently Asked Questions

What steps can I use?
Every day, every N days, weekly, monthly, or yearly — set the number and unit independently, such as every 2 weeks or every 3 months.
Can it skip weekends?
Yes. Turn on the skip-weekends option to drop every Saturday and Sunday, which is ideal for working-day schedules.

Explore more on Tools.Town Blog

Finance guides, tool launches, and engineering stories — updated weekly.

All Posts