[TYPO3-project-formidable] renderlet:DATE bug in module version 1.1.0?

Oliver Klee typo3-german-02 at oliverklee.de
Tue Jan 13 20:31:04 CET 2009


Hi Andres,

Andres Toomsalu schrieb:
> Is it a known bug and are there any workarounds?
> 
> <renderlet:DATE name="startdate" label="startdate">
>                                    <data>
>                                        <datetime format="%d/%m/%Y %H:%M"
> displaytime="1"/>
>                                    </data>
>  </renderlet:DATE>

This is a bug which has bitten me recently as well. As a workaround, you
can set the renderlet to be editable:

<datetime format="%d/%m/%Y %H:%M" displaytime="1"
allowmanualedition="true"/>

Best regards,


Oliver


More information about the TYPO3-project-formidable mailing list