Instructions
Open Lotus notes.
Insert code into Lotus notes using the following code: temp := ((@Modified - @Created)/60)/60;
temphours := @Left(@Text(temp); ".");
tempminutes := @Left(@Right(@Text(temp); "."); 2);
tempdays := @TextToNumber(temphours)/24;
temphours2 := @Left(@Right(@Text(tempdays); "."); 2);
hrspercent
Substitute the @created and the @modified with the dates and times of your choosing.