Simplify Your Workflow: Search MiniWebtool.
Add Extension
> Date Pattern Generator

Date Pattern Generator

Generate a list of recurring dates by pattern: every N days, every N weeks on chosen weekdays, monthly on a day-of-month, the Nth weekday of each month, or last weekday. Skip weekends and holidays, bound by end date or count, and export to CSV, Markdown, or ICS calendar feed.

Date Pattern Generator
Quick example
1Pattern
Pick the shape of the recurrence. Each pattern reveals its own controls below.
Every N calendar days starting from the start date. Common values: 1 (daily), 7 (weekly), 14 (biweekly), 28 (lunar cycle).
1 = every week, 2 = biweekly, 4 = every four weeks.
Click chips to pick one or more weekdays per repeating block.
1 = monthly, 3 = quarterly, 12 = annual.
1 to 31. Values past the end of short months are clamped (e.g., 31 in February becomes Feb 28 or 29).
Example: 2nd Tuesday of every month — pick "Second" and "Tue".
Example: last Friday of each month — common for retros and quarterly closes.
Emits each picked weekday, every week, starting on or after the start date. Useful for Mon-Wed-Fri or Tue-Thu schedules.
No extra inputs — every Monday through Friday will be generated.
2Start & end
The first occurrence is on or after this date.
Stop after a count or stop by a date.
1 to 500. Use a smaller number for a quick preview.
Generation stops on the last in-range occurrence.
3Weekend & holiday handling
Choose how to resolve clashes. The result list flags each adjusted date so the trail is auditable.
Tick any number. Holidays from selected countries count as non-working days under the rule above.
One YYYY-MM-DD per line. Useful for company off-days, audits, or regional holidays not in the lists above.

Embed Date Pattern Generator Widget

About Date Pattern Generator

The Date Pattern Generator turns a recurrence rule into a clean list of real calendar dates. Pick one of seven patterns — every N days, every N weeks on chosen weekdays, every working day, monthly on a fixed day-of-month, monthly on the Nth weekday (such as the second Tuesday), monthly on the last weekday (such as the last Friday), or a custom weekday combination — then bound the schedule by a count or an end date. Built-in calendars for eleven countries handle national holidays, and you can paste any company off-days that need to be skipped. Each occurrence that lands on a weekend or holiday is handled by your chosen rule: keep it, roll forward, roll backward, or drop. The output includes a year-grid heatmap, gap and weekday distributions, and one-click export to CSV, Markdown, ICS (calendar feed), and plain text.

How to Use This Generator

  • Pick a pattern. The pattern dropdown reveals its own controls. "Every N days" needs only an interval. "Every N weeks" lets you tick one or more weekdays per block. The two monthly patterns split into day-of-month (like rent on the 1st) and Nth-weekday-of-month (like the 2nd Tuesday for board meetings).
  • Set the start date. The first occurrence is on or after this date. For monthly patterns the start anchors the month of the first emission.
  • Bound the schedule. Stop after a fixed number of occurrences (up to 500) or stop on or before an end date. The generator picks whichever limit you choose.
  • Pick a weekend / holiday rule. Keep emits the raw date even if it falls on a weekend. Roll forward moves it to the next working day. Roll backward moves it to the previous working day. Drop removes that occurrence entirely. The dates list flags every adjustment so the audit trail is visible.
  • Tick holiday calendars and custom skip dates. United States, United Kingdom, Canada, Australia, Germany, France, Japan, India, Singapore, Hong Kong, and China mainland are built in. Add any extra dates one per line in the custom box.
  • Generate. The result page shows the schedule as a heatmap, distributions, a full list, and four export formats.

Patterns Explained

  • Every N days — pure interval arithmetic. Useful for daily, biweekly (14), or fixed-cycle reminders. The generator never adjusts the interval; weekend / holiday handling only affects each individual date.
  • Every N weeks on chosen weekdays — anchors on the Monday of the start's week and steps forward N weeks at a time, emitting each ticked weekday. Set N=2 with Friday for a biweekly Friday payday; set N=1 with Tue and Thu for a weekly two-meeting cadence.
  • Every working day — emits every Monday through Friday from the start. Weekend handling is a no-op since weekends are skipped by definition; holidays still apply.
  • Monthly on day-of-month — emits day D of every Nth month. If D exceeds the length of the month (e.g., D=31 in February), it clamps to the last day of that month. Set N=3 for quarterly reviews on the 15th, or N=12 with the day of a contract renewal.
  • Monthly on the Nth weekday — emits the Nth occurrence of a chosen weekday in every Nth month. Common picks: 2nd Tuesday (board meetings), 3rd Thursday (US options expiration), 1st Monday of the quarter for kickoff.
  • Monthly on the last weekday — emits the last chosen weekday of each month. The last Friday is a popular pick for retros, quarter-end closes, and payroll runs.
  • Custom weekdays — emits each picked weekday every single week (interval of 1). Use this for a Mon-Wed-Fri exercise schedule, a Tue-Thu lecture series, or a "every weekend day" rota.

What Makes This Tool Different

Three things set this generator apart from a calendar app's repeat feature or a plain recurrence calculator. First, the year heatmap shows the entire schedule at a glance — you can spot clusters or gaps that an iCal RRULE would hide behind a single recurring event. Second, the conflict resolution rules are explicit: you decide whether to keep, roll, or drop occurrences that land on a weekend or holiday, and the result list flags every adjustment with its origin date. Third, the export is open: the same schedule comes out as CSV (for spreadsheets), Markdown (for tickets and docs), ICS (for any RFC-5545 client), and plain text — copy any one with a single click.

Use Cases

  • Payroll and payday schedules — biweekly Friday or 1st-and-15th. The "roll backward" rule matches the convention of moving a payday earlier when it lands on a holiday, common in US payroll systems.
  • Rent, subscription, and recurring billing dates — monthly on a fixed day-of-month with "roll forward" handling for weekends and holidays, matching most landlord and SaaS billing conventions.
  • Board meetings and recurring reviews — monthly on the Nth weekday, with a clean export to ICS so every board member's calendar is in sync.
  • Sprint planning and retros — every two weeks on Monday for planning, or every last Friday of the month for retros.
  • Compliance and audit cadences — quarterly on a fixed day, with the schedule documented in Markdown and pushed into the team wiki.
  • Class schedules, exercise routines, medication reminders — custom weekday combinations with one-click ICS download to import into any calendar app.
  • Trade settlement, market-open reminders — every working day, with the country holiday calendar matching the market you trade.

Weekend and Holiday Handling

Each generated date is checked against the active weekend rule (Saturday and Sunday) and the union of holiday calendars and custom skip dates. If the date lands on a non-working day, the resolution rule decides what happens. Keep emits the date as-is — common for billing dates that are strictly calendar-driven. Roll forward moves to the next working day — common for payroll and SLAs in many jurisdictions. Roll backward moves to the previous working day — common for tax filing deadlines and some payroll conventions. Drop simply skips that occurrence, useful for "only on working days" schedules where you do not want to shift the rhythm. Whichever rule you pick, the dates list shows the original raw date next to the adjusted date so the trail is fully auditable.

Export Formats

The same schedule is available in four formats, each suited to a different downstream tool. Plain text is one ISO date per line — paste it into a script, a SQL IN-clause, or a chat message. CSV includes the sequence number, weekday, and adjustment label — open in Excel, Google Sheets, or Numbers. Markdown renders as a table in GitHub, Notion, Linear, Jira, and most documentation systems. ICS is an RFC-5545 calendar feed — import into Google Calendar, Outlook, Apple Calendar, Fastmail, or any compliant client. Each occurrence becomes a single all-day event named after the recurrence pattern.

FAQ

How many dates can the generator emit? Up to 500 occurrences per run. For longer schedules, generate the first batch, then re-run with a start date equal to the day after the last result.

What if my pattern lands on a weekend? Pick a conflict rule. Keep emits the weekend date. Roll forward moves to Monday. Roll backward moves to Friday. Drop removes the occurrence. Each adjusted date is labeled in the result list.

What happens for short months (February, 30-day months) when I set day-of-month to 31? The day is clamped to the last day of that month. So a "31st of each month" pattern becomes Feb 28 (or 29 in leap years), Apr 30, and so on. This matches the convention used by Outlook, Google Calendar, and most calendar apps.

How accurate are the holiday calendars? Fixed-date and weekday-anchored holidays are computed algorithmically and are exact for any year. Lunar and observed-substitution holidays (China, Hong Kong, Singapore) are based on official government tables that cover several years; add specific dates to the custom skip box for years beyond the built-in coverage.

Can I generate a pattern that combines multiple rules, like "every 14 days but skip the second Friday of the month"? Not directly — pick the primary pattern and add any exceptions as custom skip dates in the skip box. The "Drop" conflict rule then removes those occurrences cleanly.

Will the ICS export show up as a recurring event in my calendar app? No — the ICS lists each occurrence as a separate event. This is intentional: the conflict-resolution and per-occurrence adjustments mean the dates are not always uniform, and an RRULE would hide the adjustments behind a single rule. If you prefer a recurring event, use the plain-English pattern description shown at the top of the result to recreate it manually in your calendar app.

Reference this content, page, or tool as:

"Date Pattern Generator" at https://MiniWebtool.com// from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: 2026-05-28

Top & Updated:

Random PickerRandom Name PickerFPS ConverterInstagram User ID LookupLine CounterSort NumbersRelative Standard Deviation CalculatorBatting Average CalculatorMAC Address GeneratorRemove SpacesERA CalculatorFeet and Inches to Cm ConverterJob FinderWord to Phone Number ConverterMAC Address LookupRandom Truth or Dare GeneratorFacebook User ID LookupSum CalculatorSun, Moon & Rising Sign Calculator 🌞🌙✨Percent Off CalculatorImage ResizerOPS CalculatorSHA256 Hash GeneratorSquare Root (√) CalculatorMP3 LooperBitwise CalculatorRandom Credit Card GeneratorLog Base 10 CalculatorSlope and Grade CalculatorAudio SplitterVertical Jump CalculatorSaturn Return CalculatorNumber of Digits CalculatorAI Text HumanizerRoman Numerals ConverterPhone Number ExtractorRandom Activity GeneratorSlugging Percentage CalculatorInvisible Text GeneratorCm to Feet and Inches ConverterMerge VideosSalary Conversion CalculatorRandom Quote GeneratorRandom IMEI Generator⬛ Aspect Ratio CalculatorRandom Movie PickerOn Base Percentage CalculatorRandom Poker Hand GeneratorRandom Loadout GeneratorRandom Superpower GeneratorText FormatterWAR CalculatorRandom Fake Address GeneratorMaster Number CalculatorCaffeine Overdose CalculatorNumber to Word ConverterRandom Sound Frequency GeneratorFile Size ConverterOctal CalculatorVideo to Image ExtractorRandom Writing Prompt GeneratorDecimal to BCD ConverterFirst n Digits of PiBinary to Gray Code ConverterWord Ladder GeneratorQuotient and Remainder CalculatorRandom Birthday GeneratorCompare Two StringsCM to Inches ConverterLove Compatibility CalculatorYouTube Channel StatisticsWHIP CalculatorRemove Line BreaksSteel Weight CalculatorCompound Growth CalculatorAdd Prefix and Suffix to TextBCD to Decimal ConverterName Number Calculator📅 Date CalculatorDMS to Decimal Degrees ConverterTime Duration CalculatorPercent Growth Rate CalculatorRandom Meal GeneratorProportion CalculatorGray Code to Binary ConverterBattery Life CalculatorStair CalculatorConnect the Dots GeneratorRandom Object GeneratorWhat is my Lucky Number?SHA512 Hash GeneratorLeap Years ListAcreage CalculatorOutlier CalculatorSocial Media Username CheckerVideo CompressorBingo Card GeneratorBinary to BCD ConverterRemove AccentEmail ExtractorURL ExtractorAI ParaphraserAI Punctuation AdderList of Prime NumbersDay of the Year Calculator - What Day of the Year Is It Today?IP Address to Hex ConverterSort Lines AlphabeticallyHex to BCD ConverterDay of Year CalendarBCD to Binary ConverterLottery Number GeneratorBCD to Hex ConverterMedian CalculatorStandard Error CalculatorList RandomizerBreak Line by CharactersAverage CalculatorModulo CalculatorPVIFA CalculatorReverse VideoHypotenuse CalculatorRemove Audio from VideoActual Cash Value CalculatorScientific Notation to Decimal ConverterNumber ExtractorAngel Number CalculatorLog Base 2 CalculatorRoot Mean Square CalculatorSum of Positive Integers CalculatorSHA3-256 Hash GeneratorAI Sentence ExpanderLbs to Kg ConverterHex to Decimal ConverterRandom Group GeneratorConvolution CalculatorMAC Address AnalyzerRandom String GeneratorRemove Leading Trailing SpacesAmortization CalculatorMarkup CalculatorPVIF CalculatorDecimal to Hex ConverterInstagram Font GeneratorSocial Media Image Size GuideTikTok Money CalculatorTwitter/X Character CounterTwitter/X Timestamp ConverterYouTube Watch Time CalculatorTwitch Earnings CalculatorYouTube Shorts Monetization CalculatorFacebook Ad Cost CalculatorSocial Media ROI CalculatorSocial Media Post Time OptimizerCTR CalculatorROAS CalculatorInfluencer ROI CalculatorForce CalculatorAcceleration CalculatorVelocity CalculatorMomentum CalculatorProjectile Motion CalculatorKinetic Energy CalculatorPotential Energy CalculatorWork and Power CalculatorDensity CalculatorPressure CalculatorIdeal Gas Law CalculatorFree Fall CalculatorTorque CalculatorHorsepower CalculatorDilution CalculatorChemical Equation BalancerStoichiometry CalculatorPercent Yield CalculatorEmpirical Formula CalculatorBoiling Point CalculatorTitration CalculatorMole/Gram/Particle ConverterIrregular Polygon Area CalculatorFrustum CalculatorTorus Calculator3D Distance CalculatorGreat Circle Distance CalculatorCircumscribed Circle (Circumcircle) CalculatorInscribed Circle (Incircle) CalculatorAngle Bisector CalculatorTangent Line to Circle CalculatorHeron's Formula CalculatorCoordinate Geometry Distance CalculatorVolume of Revolution CalculatorSurface of Revolution CalculatorParametric Curve GrapherRiemann Sum CalculatorTrapezoidal Rule CalculatorSimpson's Rule CalculatorImproper Integral CalculatorL'Hôpital's Rule CalculatorMaclaurin Series CalculatorPower Series CalculatorSeries Convergence Test CalculatorInfinite Series Sum CalculatorAverage Rate of Change CalculatorInstantaneous Rate of Change CalculatorRelated Rates SolverOptimization Calculator (Calculus)Gradient Calculator (Multivariable)Divergence CalculatorCurl CalculatorLine Integral CalculatorSurface Integral CalculatorJacobian Matrix CalculatorNewton's Method CalculatorRREF Calculator (Row Echelon Form)Matrix Inverse CalculatorMatrix Multiplication CalculatorDot Product CalculatorCross Product CalculatorVector Magnitude CalculatorUnit Vector CalculatorAngle Between Vectors CalculatorNull Space CalculatorColumn Space CalculatorCramer's Rule CalculatorMatrix Diagonalization CalculatorQR Decomposition CalculatorCholesky Decomposition CalculatorMatrix Power CalculatorCharacteristic Polynomial CalculatorBayes' Theorem CalculatorF-Test / F-Distribution CalculatorHypergeometric Distribution CalculatorNegative Binomial Distribution CalculatorGeometric Distribution CalculatorExponential Distribution CalculatorWeibull Distribution CalculatorBeta Distribution CalculatorSpearman Rank Correlation CalculatorFisher's Exact Test CalculatorContingency Table CalculatorOdds Ratio CalculatorRelative Risk CalculatorEffect Size CalculatorPermutations with Repetition CalculatorModular Exponentiation CalculatorPrimitive Root CalculatorPerfect Number CheckerAmicable Number CheckerTwin Prime FinderMersenne Prime CheckerGoldbach Conjecture VerifierMöbius Function CalculatorEgyptian Fraction CalculatorFibonacci Number CheckerDigital Root CalculatorPartition Function CalculatorBoolean Algebra SimplifierKarnaugh Map (K-Map) SolverLogic Gate SimulatorGraph Coloring CalculatorTopological Sort CalculatorAdjacency Matrix CalculatorRecurrence Relation SolverInclusion-Exclusion CalculatorLinear Programming SolverTraveling Salesman Solver (TSP)Hamiltonian Path CheckerPlanar Graph CheckerNetwork Flow Calculator (Max Flow)Stable Marriage Problem SolverFirst-Order ODE SolverSecond-Order ODE SolverDirection Field / Slope Field PlotterEuler's Method CalculatorBernoulli ODE SolverSystem of ODEs SolverGroup Theory Order CalculatorRing and Field CalculatorJordan Normal Form CalculatorMatrix Exponential CalculatorTensor Product CalculatorFast Fourier Transform (FFT) CalculatorZ-Transform CalculatorNumerical Integration CalculatorTOML to JSON ConverterJSON to CSV ConverterXML to JSON ConverterSQL to MongoDB Query ConverterCSS Flexbox PlaygroundCSS Grid GeneratorJWT GeneratorBcrypt Hash Generator / CheckerColor Code Converter (All Formats)Git Command Generator.env File GeneratorLorem Picsum / Placeholder Image GeneratorText to Binary/Hex/ASCII ConverterSyllable CounterSentence CounterParagraph CounterSpeaking Time CalculatorReading Time CalculatorWhitespace VisualizerStrikethrough Text GeneratorTorque Converter (Nm, ft-lb, kgf-cm)Data Transfer Rate ConverterFuel Efficiency ConverterAstronomical Unit ConverterRing Size ConverterPaper Size ReferenceClothing Size ConverterGas Mileage CalculatorEV Range CalculatorEV Charging Time Calculator0–60 / Quarter Mile CalculatorCar Lease CalculatorVehicle Towing Capacity CalculatorExposure Triangle CalculatorCrop Factor CalculatorMegapixel to Print Size CalculatorPhoto File Size EstimatorMusic BPM TapperMusic Key TransposerVideo Bitrate CalculatorSeed Germination Rate CalculatorFertilizer Calculator (NPK)Raised Bed Soil CalculatorFrost Date CalculatorLawn Fertilizer CalculatorCompost Calculator (C:N Ratio)Solar Panel CalculatorSolar ROI CalculatorHome Energy Audit CalculatorAppliance Energy Cost CalculatorWater Usage CalculatorElectricity Generation Cost CalculatorHeat Loss CalculatorFlight Distance CalculatorTravel Budget CalculatorJet Lag CalculatorPacking List GeneratorTip Splitter (Advanced)Lease vs Buy CalculatorHourly Rate Calculator (Freelancer)Invoice Late Fee CalculatorESPP CalculatorStock Split CalculatorOptions Probability CalculatorDollar to Gold ConverterBeam Load CalculatorPipe Flow CalculatorBolt Torque CalculatorGravel, Sand & Topsoil CalculatorRandom Sentence GeneratorRandom Paragraph GeneratorRandom Math Problem GeneratorRandom Bible Verse GeneratorRandom Cat/Dog Name GeneratorRandom Debate Topic GeneratorBody Recomposition CalculatorAlcohol Calorie CalculatorMedication Dosage CalculatorPace to Calories CalculatorHydration CalculatorTrain Meeting Problem SolverAge Word Problem SolverMixture Problem SolverWork Rate Problem SolverDistance-Speed-Time Triangle CalculatorCoin Word Problem SolverNumber Bonds GeneratorCarry and Borrow VisualizerTimes Tables QuizMental Math TrainerRoman Numeral Math SolverEgyptian Multiplication CalculatorVedic Math Tricks CalculatorRussian Peasant MultiplicationSoroban Abacus SimulatorAnnuity Payout CalculatorReverse Mortgage CalculatorVariable Annuity CalculatorFixed Indexed Annuity CalculatorBond Convexity CalculatorBond Duration Calculator (Macaulay & Modified)Forward Rate CalculatorMortgage Recast CalculatorTreasury Inflation-Protected Securities (TIPS) CalculatorStock Beta CalculatorTreynor Ratio CalculatorSortino Ratio CalculatorDoppler Effect CalculatorSpring Constant CalculatorPendulum Period CalculatorCentripetal Force CalculatorAngular Velocity CalculatorMoment of Inertia CalculatorSnell's Law CalculatorCoulomb's Law CalculatorElectric Field CalculatorMagnetic Field of Wire CalculatorLens Equation CalculatorA/B Test Significance CalculatorA/B Test Sample Size CalculatorConversion Rate CalculatorCustomer Lifetime Value (CLV) CalculatorCustomer Acquisition Cost (CAC) CalculatorChurn Rate CalculatorRetention Rate Cohort CalculatorNPS (Net Promoter Score) CalculatorPareto Chart GeneratorSix Sigma Process Capability CalculatorTessellation GeneratorSpirograph GeneratorVoronoi Diagram GeneratorDelaunay Triangulation GeneratorL-System Fractal GeneratorMandelbrot Set ExplorerJulia Set GeneratorPolar Equation Plotter3D Surface PlotterSierpinski Triangle GeneratorcURL Command BuilderHTTP Status Code ReferenceUUID Validator/DecoderURL ParserQuery String BuilderSVG to React/JSX ConverterSCSS to CSS CompilerLess to CSS CompilerTypeScript PlaygroundJSON Schema GeneratorImage to ASCII Art ConverterImage to SVG TracerLipogram CheckerPangram CheckerAcronym GeneratorBackronym GeneratorPig Latin TranslatorEXIF Data Viewer/RemoverROT13 Encoder/DecoderAtbash Cipher ToolVigenère Cipher ToolPronunciation IPA ConverterHemingway-Style Readability EditorSentence Length Variance AnalyzerWord Frequency AnalyzerBusiness Days CalculatorAdd Business Days to DateHalfway Date CalculatorDate Pattern GeneratorHow Long Until CalculatorHow Long Ago CalculatorBirthday Across Cultures CalculatorLunar Calendar Converter