[TYPO3-ttnews] archive date

Susanne Moog mail at susi-moog.de
Wed Apr 26 17:59:38 CEST 2006


Andrea Giorgini schrieb:
> Furthermore, when I try (for example) to change single view into the 
> setup.txt from
> 
> date_stdWrap.strftime= %d.%m.%y
> 
> to
> 
> date_stdWrap.strftime= %d/%m/%y
> 
> this neither works... where am I wrong? Isn't it enough to change the 
> ts_new/setup.txt?

Try to put the following in your TS-Setup of your main template:

plugin.tt_news {

         displayLatest.date_stdWrap.strftime= %d.%m.%Y
         displayList.date_stdWrap.strftime= %d.%m.%Y
         displaySingle.date_stdWrap.strftime= %d.%m.%Y
}

This is at least what works for me. Of course you have to change it to 
your needs.

HTH,
Susanne



More information about the TYPO3-project-tt-news mailing list