You are on page 1of 1

BEGIN { monN=split("JAN FEB MAR APR MAY JUN JUL AUG SEP OCT NOV DEC", months) for(i=1;

i<=monN; i++) { months[months[i]]=i; delete months[i]; } } { printf("%s/%02d/%s %s\n", $3, months[toupper($1)], $2, $3) }

You might also like