$date = #תאריך אישור אחרון#;
$month = explode(“/”, $date)[1];
if ($month < 7) { return date("Y"); } else { return date("Y") – 1; }