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

Oliver Klee typo3-german-01 at oliverklee.de
Thu Nov 16 23:39:21 CET 2006


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