Skip to content

VBC-344: non-iso-date

warning

Category: docs
Analysis: Regex (line by line)
File types: .md, .txt
Scope: source code only, ignoring anything inside strings and comments
Tags: docs

What it reports

Non-ISO 8601 date found at line {line}. Use YYYY-MM-DD to avoid regional confusion.

Flagged

md
Released on 03/14/2026.

Not flagged

md
Released on 2026-03-14.

Pattern

regex
\b(0[1-9]|1[0-2])/(0[1-9]|[12][0-9]|3[01])/(19|20)\d\d\b|\d{1,2}-\d{1,2}-\d{4}

Released under the MIT License.