so i found a function for age some time ago and seems like it works SOME of the time, but ive recently run across some errors;
function age($patientsbirthday){
list($day,$month,$year) = explode("/",$patientsbirthday);
$year_diff = date("Y") - $year;
$month_diff = dat...
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.