[TYPO3] Another date format issue

Stefan Aichholzer stefan at aichholzer.name
Wed Aug 20 13:53:30 CEST 2008


 Assume this:

page.10.subparts.containers = CONTENT
page.10.subparts.containers {
  table = tt_content
  select{
    where = colPos=0
    andWhere.insertData=1
    andWhere=uid={GPvar:faq}
    andWhere.if.isTrue.data=GPvar:faq
  }
}

Is display something like this:

08/08/2009
The header

The text


As that is the way it's stored. Now, is there a way to format that date
shown from the select above?

As usual thanx a million!





More information about the TYPO3-english mailing list