[TYPO3] TS and date
Andrea Giorgini
a.giorgini at norvlit.de
Tue Jul 18 13:02:30 CEST 2006
Tyler Kraft wrote:
> this should work
>
>
> temp.mydate = TEXT
> temp.mydate.dataWrap={date: d}<sup>th</sup> of {date: F} {date: Y}
>
> [dayofmonth = 1,21,31]
> temp.mydate.dataWrap={date: d}<sup>st</sup> of {date: F} {date: Y}
> [dayofmonth = 2,22]
> temp.mydate.dataWrap={date: d}<sup>nd</sup> of {date: F} {date: Y}
> [dayofmonth = 3,23]
> temp.mydate.dataWrap={date: d}<sup>rd</sup> of {date: F} {date: Y}
> [global]
>
> marks.MYDATE < temp.mydate
>
unfortunately it does not... I still see the marker! And I did without
the conditions, just to try it...
Andrea
More information about the TYPO3-english
mailing list