Date Format Regex Patterns
Test regex patterns for common date formats: YYYY-MM-DD, MM/DD/YYYY, DD.MM.YYYY, and more. Copy validated date regex patterns. Free online regex tester.
Perguntas frequentes
Can regex validate that a date actually exists?
Regex can validate the format and basic ranges (months 1-12, days 1-31) but cannot check calendar logic like leap years or that April has 30 days, not 31. Use regex for initial format validation, then pass the matched date to a date parsing library for full logical validation.
Ferramentas relacionadas
{ }
Formatador de JSON
🔐Formate, valide e embeleze dados JSON com destaque de sintaxe e detecção de erros.
Codificador/Decodificador Base64
💻Codifique texto ou arquivos em Base64, ou decodifique strings Base64 de volta para texto.
Formatador de Código
Formate e embeleze código em JavaScript, TypeScript, HTML, CSS, JSON e muito mais.