Hi Carl,

So, Carl, may I kindly ask for something like a Date element because it looks like currently you're the only person capable of implementing this in a sane way :) FormFu is the best form engine currently available but without a user-friendly date element it's almost useless for us because dates are everywhere in our application :( And whose application doesn't feature dates
in at least one form?
{
 day => x,
 month => y,
 year => z,
 date => DateTime(x-y-z),
}
or:
{
 date => DateTime(x-y-z),
}

The latter. A DateTime object should be enough IMHO.

--Tobias




_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to