S2.01.4Locale-specific first day of weekdesign

The first day of the week varies by region

Aliases: week-start convention · localized calendar week · firstDay week data

What it is

Locale-specific first day of week is the day used to begin calendar views, weekday ordering, and week-number calculations, and it varies by regional convention and user override. It need not be the first workday after the weekend and cannot be inferred from which days are weekends. A product should obtain the default from locale week data and allow an explicit business rule or user preference to override it.

Why it happens

People use column position to recognize workdays and weekends quickly, so a grid ordered for another region increases date-selection and range errors. The first day combines with a minimum-days rule to determine week numbers and the year to which a week belongs; changing it can place an early-January date in the previous year's final week. Unicode CLDR models firstDay, minDays, and weekend bounds separately. Rotating seven headings without updating week calculations creates disagreement between display and data.

Where it stops holding

A regional consumer-calendar default should not override an organization's explicit ISO week, school week, roster cycle, or fiscal week. First workday, first business day, and first calendar column can differ. Changing only the first displayed day must not move events or ordinary weekday- or date-anchored recurrence. Only rules that depend on week number, week boundaries, or iCalendar WKST need interpretation under an explicit convention.

Applying it

  • Read first-day preference from the complete locale and user setting. A user fw override changes only firstDay; week numbering must still combine the overridden first day with an explicitly selected minDays. When adopting ISO or a business week, override both as one rule set.
  • Model an organizational business week as a distinct, clearly named setting rather than treating it as a universal regional habit.
  • Test year and month boundaries, week 1, possible week 53, recurring events, and full-week selection, verifying agreement between UI and backend grouping.
  • Keep assistive reading order aligned with the visual columns, and update keyboard navigation, focus movement, and horizontal direction after a week-start change.

Related

  • Same group: S2.01.1 Year, month, and day order varies by region · S2.01.2 All-numeric dates are ambiguous · S2.01.3 Regional preferences differ for 12-hour and 24-hour clocks · S2.01.5 Non-Gregorian calendars may need parallel display
  • Adjacent: S2.06 Time zones and daylight saving time · S2.07 Relative times and time ranges
  • Search terms: CLDR weekData · first day of week · minimum days in first week

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/S2.01.4