Days of the Week List

Grab a clean, copy-ready list of weekdays for calendar UIs, scheduling forms, recurrence settings, and reporting labels.

Days of the week(7 days)

Ordered Monday through Sunday using a common ISO-style week sequence.

How to use this list

Use weekday names in seconds

Takes ~5 seconds
  1. 1
    Choose a format

    Pick text, JSON, or HTML output based on your workflow.

  2. 2
    Copy or download

    Copy to your clipboard or download the output as a file.

  3. 3
    Paste into your project

    Use the day list in forms, recurrence rules, dashboards, or scripts.

Building a day selector? Switch to HTML for ready-to-paste <option> tags.

Common use cases

  • Developers building scheduling forms and recurrence controls
  • Analysts grouping report data by weekday
  • Operations teams creating weekly planning templates

Examples

Text output for quick labels.

Monday -> Monday

JSON output for scripts and apps.

"Monday" -> ["Monday", "Tuesday", "Wednesday", ...]

HTML output for dropdown menus.

Monday -> <option value="Monday">Monday</option>

A clean list of all seven weekdays

Use this list when you need consistent weekday names in chronological order for interfaces, reports, and data templates.

Need a dependable days of the week list for a calendar UI, meeting scheduler, or reporting dashboard? This page provides all seven weekday names in a clean, copy-ready format so you can move quickly without cleanup. Choose plain text for simple pasting into docs or spreadsheets, JSON for scripts and front-end state, or HTML for instant <option> tags in a select control. The list is presented in Monday-to-Sunday sequence, which matches many scheduling and analytics workflows. Using one standardized weekday set helps reduce label mismatch between product UI, export files, and chart groupings. Whether you are building a booking form, recurring task workflow, or weekly KPI view, this list gives you a reliable baseline you can paste directly into your stack.

Copy-ready formats

Switch between text, JSON, and HTML output with one click.

  • Plain text list
  • JSON array
  • HTML <option> tags
Calendar-order sequence

Days are listed in standard weekday order for scheduling and recurrence interfaces.

  • Monday to Sunday
  • Deterministic ordering
  • Consistent capitalization
Fast implementation

Paste directly into forms, dashboards, data seeds, and templates.

  • One item per line
  • No extra formatting
  • Clipboard friendly

Weekday list best practices

Keep day labels and ordering consistent across product and data systems.

  • Document your week start (Monday or Sunday) and apply it consistently.
  • Store a numeric weekday key for sorting and aggregations.
  • If localization is required, map translated labels to stable internal keys.

Frequently asked questions

How many days are included?>
The list includes all seven days from Monday through Sunday.
Why does the list start with Monday?>
This list uses a Monday-first sequence that is common in scheduling and reporting workflows.
Can I use the HTML output for a dropdown?>
Yes. Select HTML to generate ready-to-paste <option> tags.

Related Calendar lists