Yngvarr

Generation

generate functionSun, 19 Mar 2023

dimain age

function age($birthday) { $age = (time() - strtotime($birthday)) / 31556926; return floor($age); }

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