fork download
  1. <?php
  2.  
  3. while (
  4. $a=fscanf(STDIN,"%4d%d",$y,$m)?strtoupper(date("My",mktime(0,0,0,$m,1,$y))):0
  5. ) echo $a."\n";
Success #stdin #stdout 0.03s 52480KB
stdin
201604
200001
000112
123405
203812
999908
000001
stdout
APR16
JAN00
DEC01
JAN70
JAN70
JAN70
JAN00