item_id required default (none)Long (32 hex) id of the item whose change history is inspected. Usually the current item id alias _#ITEM_ID_. If it is not a valid item id the command returns the double-dash placeholder.
field_id required default (none)Field selector (field id) of the field whose last change date you want, for example body............. or price............ Required; an empty field id returns the double-dash placeholder.
format optional default (empty - raw Unix timestamp)Date format passed straight to the date command - any date pattern (Y-m-d, j.n.Y) or a DATE_ constant (DATE_ATOM). Empty format yields a raw Unix timestamp.
[{changedate:notanid:headline........:Y-m-d}]
[{changedate:5726c2c6b035d7aab450d1794e9e90d7::Y-m-d}]
[{changedate:5726c2c6b035d7aab450d1794e9e90d7:headline........:Y-m-d}]
[{changedate:5726c2c6b035d7aab450d1794e9e90d7:integer.........}]
Updated: {changedate:_#ITEM_ID_:body.............:j.n.Y}
{changedate:_#ITEM_ID_:price...........:DATE_ATOM}