fork download
  1. <?php
  2.  
  3. $stt = strftime('%m', strtotime("06/04/2017"));
  4.  
  5. echo preg_replace('/0(\d)/', '$1', $stt);
Success #stdin #stdout 0s 83968KB
stdin
Standard input is empty
stdout
6