Help for this page
$monthname[0] = 'jan'; $monthname[1] = 'feb'; ... . . $monthname[11] = 'dec';
$monthname[] = {'jan', 'feb', ... ,'dec'};