Modified Date/Time

Is there a way to record the modified date and time after a form is updated?

Do you really mean a form, or do you mean an entry? What would be the reasoning for recording a timestamp when a form is updated? If you mean an entry, there is already an updated_at column in the database table where this is recorded.

What I'm asking about is if a user is able to edit and entry from the front-end. I would like to have a created date/time column and a modified date/time column.

Regardless of where the entry is updated from, a timestamp is saved in the database. You can see this when you go to view an entry from the backend. The beta version has added more ways to use that timestamp as well.

I wasn't aware of this one. Thanks for the notice.

Topic closed.