J
|
Jane 6/4/2007 |
Hi, |
M
|
Momo99 author 6/7/2007 |
Hi, to add timestamp to the record use now() function as default value on the "Edit as" settings dialog on the Visual Editor tab.
|
![]() |
Sergey Kornilov admin 6/7/2007 |
You can use BeforeAdd/BeforeEdit events for this purpose: $values["FieldName"] = now(); |
D
|
dcrera 6/11/2007 |
Hi, |