[Typo3] data access within flexform/TV

Esan Akoko magic at senvita.de
Sat Oct 8 09:31:32 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
Esan




More information about the TYPO3-english mailing list