If the number is 4 then I want to convert it to month of april.
I've tried strftime function but it accept the full date not just a number.

strftime("%B", $date);


How can I achieve that converting a single number into month?

Thanks in advance for all help mate.