How do I convert numeric month number to name of month using PHP

droopy

New Member
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.Thanks!
 
Back
Top