note Apri Lotus
2
Inserire il codice in Lotus Notes utilizzando il seguente codice : temp: . = ( ( Modified - Created ) /60 ) /60;
temphours : = Left (; "." Text ( temporanei ) );
tempminutes :; " . " = Left ( Right ( Text (temp ) ) , 2 );
tempdays : = TextToNumber ( temphours ) /24;
temphours2 :; " . " = Left ( Right ( Text ( tempdays ) ) , 2 );
hrspercent
3
Sostituire il Created e la Modified con le date e gli orari di vostra scelta .