[TYPO3-english] TS: Reading date of last changed content element

Tomas Mrozek mail at cascaval.com
Wed Mar 4 12:17:28 CET 2009


What about this one?

lib.lastchange = COA_INT
lib.lastchange.5 = CONTENT
lib.lastchange.5 {
   table = tt_content
   select {
     orderBy = tstamp DESC
     max = 1
   }
   renderObj = TEXT
   renderObj {
     field = tstamp
     strftime = %d.%m.%Y
     wrap = aktualisiert am: |
   }
}

Tomas Mrozek


More information about the TYPO3-english mailing list