Page 1 of 1
Last Modified Date
Posted:
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
Posted:
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
Posted:
Fri Aug 01, 2008 8:20 am
by njw
Neil
Sorry
Posted:
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
Posted:
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