[TYPO3] date cached

Andrea Giorgini a.giorgini at norvlit.de
Fri Jul 28 13:37:09 CEST 2006


Dmitry Dulepov wrote:
> Hi!
> 
> Andrea Giorgini wrote:
>> How can I avoid this behavior?
> 
> Wrap COA_INT around temp.mydate.
> 
> Dmitry.

Hey Dmitry,

yes that is what I thought I should do. Something about TS should still 
missing in my mind, because I did:

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

but nothing appears, so I guess my syntax is wrong...
Thanks a lot

Andrea



More information about the TYPO3-english mailing list