Yngvarr

Generation

generate functionSun, 19 Mar 2023

dimain age

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

Questions about programming?Chat with your personal AI assistant