fork download
  1. <?php
  2.  
  3. $n=date('Y-m-d');
  4. $reg="/([0-9]{4})-(0[1-9]|1[0,1,2])-(0[1-9]|1[0-9]|2[0-9]|3[01]) /";
  5. var_dump(preg_match($reg, $n));
Success #stdin #stdout 0.02s 24400KB
stdin
Standard input is empty
stdout
int(0)