fork(1) download
  1. <?php
  2. $fecha=date('l jS \of F Y h:i:s A');
  3. echo $fecha;
  4. ?>
  5.  
  6.  
Success #stdin #stdout 0.02s 24544KB
stdin
Standard input is empty
stdout
Sunday 22nd of November 2020 07:43:58 PM