ISO date
YYYY-MM-DD.
- Snippet
- Regular expressions
- Ready to copy
^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$ Press ⌘ Return to copy.
About this template
YYYY-MM-DD.
- Category
- Code snippets
- Pack
- Regular expressions
- Type
- Snippet, a short message
- Asks for
- Nothing, copy it as it is
Use it anywhere you write: email, chat, a document or a support tool. If you send it often, save the finished text as a snippet in ClipBuddy and paste it again from your clipboard history with ⌘⇧V.
Template source
The template as written, with its blanks in double braces, such as {{Name}}.
^\d{4}-(0[1-9]|1[0-2])-(0[1-9]|[12]\d|3[01])$