2008/10/2 Ronald J Kimball <[EMAIL PROTECTED]>:
> Is it possible to change the order of the sub fields for a Date field? That
> is, I'm supposed to have them displayed as Month / Day / Year instead of Day
> / Month / Year.
>
> I understand that Day / Month / Year is generally preferred internationally,
> but we expect most of our users will be more familiar with Month / Day /
> Year.

Not currently, but that would be good.
I'd expect it to work the same way as Deflator::CompoundDateTime's field_order()

    elements:
      - type: Date
        name: date
        field_order:
          - month
          - day
          - year

Carl

_______________________________________________
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