I'm using umbraco v3.0.6 and want to use the "Last edited" field in the properties page of the content as extra information in the final page (it's a news item page). This because this field could be edited easily.
I found in the XML 2 date fields, createDate and updateDate, but there both the wrong ones.
(These two the Created and Last published fields).
But if you need an editable date field, I would think you could just add a Date Picker property to your doc type and reference that instead of the existing "Last Edited" property.
How to get the "Last edited" value
Hello,
I'm using umbraco v3.0.6 and want to use the "Last edited" field in the properties page of the content as extra information in the final page (it's a news item page). This because this field could be edited easily.
I found in the XML 2 date fields, createDate and updateDate, but there both the wrong ones.
(These two the Created and Last published fields).
How can I retrieve this field ?
kick ;-)
Hi Alfons,
This actually looks like a bug that existed in umbraco up to V4. See http://www.codeplex.com/umbraco/WorkItem/View.aspx?WorkItemId=20734. So, "updateDate" does reference this property; the problem is that editing it doesn't work.
But if you need an editable date field, I would think you could just add a Date Picker property to your doc type and reference that instead of the existing "Last Edited" property.
is working on a reply...