[TYPO3-templavoila] Start and end date in Flexible CE

Matthias mawe at typeofundefined.com
Tue Apr 16 09:32:59 CEST 2013


You can define date fields like this:

<label>Your cool date field</label>
<config>
<type>input</type>
<size>8</size>
<max>8</max>
<eval>date</eval>
<checkbox>1</checkbox>
</config>


Furthermore stdWrap.if should be able to do what you want. There's even an example in the docs:

http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.5.0/view/1/5/ (http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.5.0/view/1/5/#id2621713)

Search for "newUntil" on that page.  


Am Dienstag, 9. April 2013 um 19:07 schrieb Sergio Catalá:

> Hi list,
>  
> I've got a Flexible CE in TV that allows to insert several images that  
> work as a slider. Now my customer wants each image has an start and end  
> date to hide automatically the image. Is this possible in TV? Could you  
> give me some hints to achieve it?
>  
> Thanks in advance,
> Sergio
>  
> _______________________________________________
> TYPO3-project-templavoila mailing list
> TYPO3-project-templavoila at lists.typo3.org (mailto:TYPO3-project-templavoila at lists.typo3.org)
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-project-templavoila





More information about the TYPO3-project-templavoila mailing list