fork(5) download
  1. <?php
  2.  
  3. $post = "APR-2015";
  4. echo strtoupper(date('M-Y', strtotime($post. "-1 Month")));
Success #stdin #stdout 0.02s 24400KB
stdin
Standard input is empty
stdout
MAR-2015