You might wanna have a look at http://search.cpan.org/perldoc?HTML::FormFu::Filter::CompoundJoin which joins the values of two field to a new one.
On Wed, 26 Nov 2008 13:55:47 +0100, "Jens Schwarz" <[EMAIL PROTECTED]> wrote: > Hi *, > > I know the 'Date' element of FormFu which works fine. But now I need an > element where I can also select time in the same manner (my mySQL db has a > 'datetime' column). > > Putting a 'Date' and two 'Select' elements (i.e. hour and minute) into a > 'Multi' element does not seem to work (I have read this somewhere in the > depths of this malinglist and also tried it by my own hand) - mainly > because of the 'Date' element being a 'Multi' element itself. > > So my question: How do you implement such a 'DateTime' element so that it > runs smoothly with Catalyst and DBIx? > > Thanks > _______________________________________________ HTML-FormFu mailing list [email protected] http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu
