// Placeholders $weddingDate = #תאריך נישואין#; $maritalStatus = #מצב משפחתי#; $timeMarried = #כמה זמן נשוי#;
// Formula if ($timeMarried >= 5) { return 1; } else { return 0; }