Hi!

My current problem is the $subject. My config is:

auto_inflate                    1
field_order                     hour
field_order                     minute
field_order                     second
label_loc                       form.label.time
name                            time
type                            DateTime
strftime                        %H:%M:%S
<attributes>
    title_loc                   form.title.time
</attributes>

The form is rendered, defaults are loaded, and the variables sent back correctly from the browser:

| time_hour            | 15                                   |
| time_minute          | 52                                   |
| time_second          | 30                                   |
'----------------------+--------------------------------------'

but the vaildation always fails with invalid date. The datetime without time works well. What's wrong?

--
Gabor HALASZ <halas...@freemail.hu>

_______________________________________________
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