Entonces lo puede hacer así
Código PHP:
Ver original<?php
setlocale(LC_ALL
,"es_ES@euro","es_ES","esp"); $d = "012002-032003";
$d1 = strftime("%b/%Y", strtotime($m[0][0].$m[0][1]."/01/".$m[0][2].$m[0][3].$m[0][4].$m[0][5])); $d2 = strftime("%b/%Y", strtotime($m[0][6].$m[0][7]."/01/".$m[0][8].$m[0][9].$m[0][10].$m[0][11])); echo $d1."<br />";
echo $d2;
?>