fork(1) download
  1. <?php
  2.  
  3. // your code goes here
  4.  
  5. $format = 'd/M/Y\tH:i';
  6. $format = str_replace('\t', "\t", $format);
  7. echo date($format);
  8.  
Success #stdin #stdout 0.01s 20568KB
stdin
Standard input is empty
stdout
05/Dec/2014	17:18