general:regex:date

Differences

This shows you the differences between two versions of the page.


general:regex:date [2019/10/31 09:05] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Date RegEx ====== 
 +<code>^[1-2]{1}[0-9]{3}-((0[1-9]{1})|(1[0-2]{1}))-(([0]{1}[1-9]{1})|([1-2]{1}[0-9]{1})|(3[0-1]{1}))$</code>