Writing & StyleStyle guide

Leading Zeros in Dates

Leading zeros in numeric dates depend on the representation. Locale-facing dates may show month and day numbers with or without a leading zero, while fixed machine or interchange formats can require fixed-width fields.

Quick answer

Do not treat a leading zero as universally required in human-facing dates; follow the locale or standard, and preserve fixed-width zeros where the specified format requires them.

Key details

Core Issuehuman-facing locale formats may include or omit leading zeros; fixed formats can impose them
Phrase Rolenumeric date field-width convention
Registerlocalized interfaces, data exchange, and professional writing

Important caveats

Locale Boundary

Microsoft documents that locale date formats can display month and day numbers with or without leading zeros.

Standard Boundary

When a specific technical standard defines fixed-width numeric fields, follow that standard rather than general prose style.

Sources and evidence

Sources are shown with the role they play in this guide. Historical or style-sensitive claims are kept within the evidence boundary described above.

  1. Format dates and times (opens in a new tab)Microsoft Globalization · Locale-dependent date/time fields, including optional leading zeros in many human-facing formats

Explore the topic