Hi
Is is possible to automatically display the date and time an entry status is changed?
I would like to keep a log that shows when an entry was originally created (open) and the also when it was updated (checked)
Thanks
This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.
The active forums are here.
November 29, 2010 7:11am
Subscribe [2]#1 / Nov 29, 2010 7:11am
Hi
Is is possible to automatically display the date and time an entry status is changed?
I would like to keep a log that shows when an entry was originally created (open) and the also when it was updated (checked)
Thanks
#2 / Nov 29, 2010 8:13am
Hi, Alli. The edit date is stored in the exp_weblog_titles table as:
edit_date, and an example value is 20100503051117.
See: http://ellislab.com/expressionengine/user-guide/modules/channel/variables.html#var_edit_date
This is the doc page for EE2.x, but it’s the same thing for EE1.x.
Does that help?