Help to find a code for this kind of situation

a have a form, and i field name updateby,example i created a form the date was march 30,2008 and update by the person on april 1,2008 i want to know the days hours and minute updated by the person from the field of updatebyperson:

like this…

created: March 30,2008

chairperson: John

and then save

after saving i want like this…

creted: March 30,2008

Chairperson: John

updatedby: Mar - this is field is name type

update: April 2, 2008

days: 2

thnks for help appreciate all help for that kind of situation

Subject: help to find a code for this kind of situation

You could add a formula in the computed field that shows the number of days gone, where you subtract @Created from @Modified, add 1 et voilà you have it.