I have a variable with a 2 digit month number. Is there a built in function that allows me to change it to the month name. I thought maybe the date() function would work, but that requires a full timestamp.
I have a variable with a 2 digit month number. Is there a built
Share
You can use
mktimewith arbitrary parameters (exception of month) and then format usingdate(this might buy you something as far as locales).