return 86400; $reminder = strtotime(str_replace(‘/’, ‘-‘, #לידה#)) / 3600; $now = strtotime(str_replace(‘/’, ‘-‘, #נוכחי#)) / 3600; $difference = $reminder – $now; return $difference;