[html-formfu] Date Element

Tobias Kremer list at funkreich.de
Thu Jul 12 19:47:56 GMT 2007


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






More information about the HTML-FormFu mailing list