[TYPO3] date cached

Andrea Giorgini a.giorgini at norvlit.de
Fri Jul 28 11:41:24 CEST 2006


Hi list,

I have a setup a date this way:

temp.mydate = TEXT
temp.mydate.dataWrap={date: l d}<sup>th</sup> of {date: F} {date: Y}
[dayofmonth = 1,21,31]
temp.mydate.dataWrap={date: l d}<sup>st</sup> of {date: F} {date: Y}
[dayofmonth = 2,22]
temp.mydate.dataWrap={date: l d}<sup>nd</sup> of {date: F} {date: Y}
[dayofmonth = 3,23]
temp.mydate.dataWrap={date: l d}<sup>rd</sup> of {date: F} {date: Y}
[global]

My problem is when I access the page the first time, that page is cached 
(I guess) and I still see the date of yesterday.
As soon as I click a link, the date become correct. How can I avoid this 
behavior?

Thx a lot

Andrea



More information about the TYPO3-english mailing list