Re: Updating a timestamp with now()
Stuart,
In the Wizard, add {NOW_DT} as the default value for that timestamp field. You can make the timestamp field hidden and add that as the default value. {NOW_DT} is ADDT markup for now().
Another option is to make a timestamp field in your database table and set it to do a current timestamp on update. This will add a MySQL timestamp to a row's timestamp field everytime the row is updated.
Shane
|