[TYPO3-project-formidable] Date renderlet with time (again)

Jerome Schneider j.schneider at ameos.com
Fri Nov 17 10:45:19 CET 2006


Hello Oliver,

This is a bug with the rdt_date renderlet.

To make it work, use the joint class.tx_rdtdate.php and replace it in 
ameos_formidable/api/base/rdt_date/api

I corrected the function : __date2tstamp()

which is a strptime() recode for php4


Hope this helps :)

There and back again,
Jerome

Oliver Klee a écrit :
> Hi all,
> 
> using Formidable 0.5.9 and rlmp_dateselectlib 0.1.6, I'm trying to get a
> date picker plus a field for the time. Displaying a time works fine, but
> I neither get the time field in the pop-up date picker nor is the time
> saved (it just gets saved as 0:00).
> 
> The corresponding XML code looks like this:
> 
> <renderlet:DATE name="begin_date">
> 
> <label>LLL:EXT:seminars/locallang_db.php:tx_seminars_seminars.begin_date</label>
>   <data>
>     <datetime>
>       <converttotimestamp>true</converttotimestamp>
>       <format>%d %b %Y %H:%M</format>
>       <displaytime>true</displaytime>
>     </datetime>
>   </data>
> </renderlet:DATE>
> 
> What am I doing wrong?
> 
> Thanks in advance,
> 
> 
> Oliver



More information about the TYPO3-project-formidable mailing list