Database row creation time

Hi

I’m using a custom input form to collect data to a data base.

I wanted to know if anyone is familiar with an easy way to save for every row in the database it’s creation date and time.

So far I manged to connect a Date-Time field with a dummy (and hidden) datePicker with default value of today’s date.
But that gives me only the date, with 00:00 on the time. So I still need to find a way to get the time.

Any suggestions?

Thanx
Lior

Hi Lior,

The created date is automatically stored each time a new record is created. It is in a field that is hidden by default.

In the Content Manager, click on the Visible Field menu item and select Date Created to unhide the field.

Thank you!