show month name from month number value


$m=monthnumber(like 1 OR 2 OR 3 OR 4));

return $m % 13 ? date(M, $m * 25e5) : 'invalid month'; 

Comments

Popular posts from this blog

Merge JS and CSS file to make your codeigniter website faster using CARABINER library