[TYPO3-templavoila] FCE: Date-Field shows in BE the timestamp

Jens Schmietendorf jenses at smedja.com
Sat Apr 22 10:38:08 CEST 2006


Hej list!

I have a FCE with an date - field :

<field_date type="array">
	<tx_templavoila type="array">
	    <title>Event date</title>
	    <description>Event date</description>
	    <sample_data type="array">
	        <numIndex index="0">15-01-2006</numIndex>
	    </sample_data>
	    <eType>input</eType>
	    <proc>
	        <stdWrap>
	           date = d.m.Y
	        </stdWrap>
	    </proc>
	</tx_templavoila>
	<TCEforms type="array">
	    <config type="array">
	        <type>input</type>
	        <size>10</size>
	        <checkbox>1</checkbox>
	        <default>0</default>
	        <eval>date</eval>
	    </config>
	    <label>Event - Datum</label>
	</TCEforms>
</field_date>

In the Frontend it renders beautiful as "15.01.2006",
but in the BE TV-Page module it shows "Event - Datum 1137279600" :-).
That´s not so nice, if there are several Event-FCEs on the page ...

Is it possible to show a date-processed output in the BE somehow ?

Thanks
jenses



More information about the TYPO3-project-templavoila mailing list