Forum for discussing general topics related to Couch.
2 posts Page 1 of 1
Is it possible to display the modification date of a page - I have a template called "status.php" and it's not clonable, it's a single template with a few editable fields like "Open - Closed" check boxes.

Essentially whenever the administrator updates the sudo page / makeschanges I wanted to output the "Last Update" i.e.

Code: Select all
Updated: <cms:date k_modification_date format='D jS M, Y H:i' />


At the moment the above code only displays the current time so I'm guessing the k_modification_date is not working / useable?
The variable to use is actually 'k_page_modification_date'.
Please try the following:
Code: Select all
Updated: <cms:date k_page_modification_date format='D jS M, Y H:i' />
2 posts Page 1 of 1
cron