FormFu / HTML-FormFu

HTML Form Creation, Rendering and Validation Framework. Just define the form, and let FormFu do the all heavy lifting.
http://formfu.rocks
34 stars 24 forks source link

Missing Time input field type? #50

Closed djzort closed 5 years ago

djzort commented 6 years ago

There are Date and DateTime fields, but I cant see just a Time field? perhaps im blind.

nawglan commented 6 years ago

It isn't needed. use:

        elements:
          type: DateTime
          name: foo
          strftime: '%H:%M:%S'
          field_order: ['hour', 'minute', 'second']