these work better:
Months := (TODAY - “Resumption Date”) DIV 30;
IF ((TODAY - “Resumption Date”) MOD 30) > 15 THEN
Months := Months + 1;
Months:=Months-ROUND(Months/65,1);
these work better:
Months := (TODAY - “Resumption Date”) DIV 30;
IF ((TODAY - “Resumption Date”) MOD 30) > 15 THEN
Months := Months + 1;
Months:=Months-ROUND(Months/65,1);