$currentDate = strtotime(#תאריך נוכחי#); $expirationDate = strtotime(#תאריך פקיעת תוקף הקצבה#);
if ($currentDate === strtotime(“-90 days”, $expirationDate)) { return ‘כן’; } else { return ‘לא’; }