Page 1 of 1

Last Modified Date

PostPosted: Fri Aug 01, 2008 3:46 am
by njw
Does the last modified date field have to have a specific name or is there an option to tell Xataface that this is the date field to use?

Many thanks

Neil

PostPosted: Fri Aug 01, 2008 7:54 am
by shannah
Use the timestamp=update directive in the fields.ini file.

e.g.

[my_field]
timestamp=update


Just make sure that the field allows null values.

-Steve

Many thanks

PostPosted: Fri Aug 01, 2008 8:20 am
by njw
Neil

Sorry

PostPosted: Fri Aug 01, 2008 8:22 am
by njw
But how does Xataface know that this is the field to use if I have more than one date field?

Thanks

Neil

PostPosted: Fri Aug 01, 2008 8:24 am
by shannah
You specify the timestamp parameter in the section for one particular field. In the example I gave above you would be using the [my_field] field.

-Steve