I have been searching for a solution in order to resolve the following problem without success and also FlipFlops Wiki documentation "change_date" could not help / doesn't work for me:
My frontend shows a teaser list according to the following example (Job list):
Vertriebsmitarbeiter (m/w) » vom 11.12.14
The date shows the creation date of the article, but I would like to show the latest date change.
The CP for the teaser looks like this:
Code: Select all
<!--TEASER_HEAD_START//-->
<div style="margin:20px 0 0px 0;background-color:#FFFFFF;padding:0px;width:735px;">
<!--TEASER_HEAD_END//-->
<!--TEASER_ENTRY_START//-->
<hr noshade="noshade" size="1px" align="left" color="#a2ab00"/>
<div>
<b><a href="{ARTICLELINK}">{TITLE} »</a></b>
<b>[SUBTITLE]{SUBTITLE}[/SUBTITLE]</b> vom {DATE:d.m.y:EN}<br />
{SUMMARY}
</p>
</div>
<!--TEASER_ENTRY_END//-->
<!--TEASER_SPACER_START//-->
<!--TEASER_SPACER_END//-->
<!--TEASER_FOOTER_START//-->
<div style="clear:both;height:1px"></div>
</div>
<!--TEASER_FOOTER_END//-->
Has somebody a solution for replacing " {DATE:d.m.y:EN}" in order to get the latest date change in the teaser list?