@created and @modified

HI,

i want to trace the date of creation and updated of a document but the @created and @modified display the incorrect result what i do this

thanks

Subject: @created and @modified

The first tab of the property of the document gives dates different from values to show by @update and @created

Subject: RE: @created and @modified

create update field with type as computed.=>date

date:= @If (@IsDocBeingSaved;

        @Date(@Now);@Text(@Modified));

date