Change Month Number to Month Name

Avatar of Chris Coyier
Chris Coyier on
$monthNum = 5;
$monthName = date("F", mktime(0, 0, 0, $monthNum, 10));