abra Notas Lotus
2
Inserir código em Lotus Notes usando o seguinte código: 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
3
Substitua o Created eo Modified com as datas e horários de sua escolha.