[TYPO3] Data wrap and date values

Tapio Markula tapio.markula at dnainternet.net
Tue May 23 13:52:25 CEST 2006


Peter Klein wrote:
> Hi Tapio. Instead of using "dataWrap", you could use "cObject" to create a 
> COA object. Inside that you can just add a standard TEXT element where you 
> can format the date..
> 

I tried

1=TMENU
   1.NO.allWrap.cObject = COA
   1.NO.allWrap.cObject  {
10=TEXT
10.value=<div style="color:red">
20=TEXT
20{
field=tstamp
dateFormat = %d.%m.%Y
dateTimeFormat = %d.%m.%Y klo %H:%M
}
}

1.NO.linkWrap=|</div>


didn't work.

In addition I should be able to *sort* menu on the base of some
fields of the table 'pages'. The default sorting 'sorting'
should be replaced with some other value.



More information about the TYPO3-english mailing list