TYPO3 FlexForm - Date Field

You can use below code to get date field in TYPO3 Flex Form :


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

Post a Comment

Thanks for your comment.