[Typo3] data access within flexform

Martin Taubenberger mt at commse.de
Tue Oct 11 20:28:39 CEST 2005


Hello Folks,

I have a big problem accessing data from a Typoscript snippet inside a 
flexform element.
This is the code snippet:

...
<eType>input</eType>
 <TypoScript>
       10 = TEXT
       10.field =  tstamp
       10.date = m-d-y
       10.wrap = |
</TypoScript>

...

My output always shows 01-01-70. This is because no data is retrieved to 
the field.
What I want to do is print out the last modification date of my flexform 
element (tt_content
element)

Any suggestions?

Thanks





More information about the TYPO3-english mailing list