Yngvarr

Generation

generate functionFri, 17 Feb 2023

fullname month

function fullname($month) { return date("F", strtotime("2001-$month-01")); } fullname(8);

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