Yngvarr

Generation

generate functionTue, 14 Feb 2023

return month text

function getMonthName($monthNum) { return date('F', mktime(0,0,0,$monthNum,1,2011)); } getMonthName(5) # May

Want to kickstart your project?Use the new AI Studio to create your code