<?phpfunction edad($edad){ return round((time() - strtotime($edad)) / 31587840);}echo edad('1987-02-17');