
HTML::FormFu::Element::DateTime - Date / Time combo field

---
elements:
- type: DateTime
name: start_datetime
label: 'Start:'
auto_inflate: 1

Sub-class of Date element, providing extra hour and minute Select menus.

Arguments: \%setting
Set values effecting the hour select menu. Known keys are:
Override the auto-generated name of the select menu.
Set the default value of the select menu
Arguments: $value
Arguments: \@values
A string or arrayref of strings to be inserted into the start of the select menu.
Each value is only used as the label for a select item - the value for each of these items is always the empty string ''.
Arguments: \%setting
Set values effecting the minute select menu. Known keys are:
Override the auto-generated name of the select menu.
Set the default value of the select menu
Arguments: $value
Arguments: \@values
A string or arrayref of strings to be inserted into the start of the select menu.
Each value is only used as the label for a select item - the value for each of these items is always the empty string ''.
Arguments: \@fields
Default Value: ['day', 'month', 'year', 'hour', 'minute']
Specify the order of the date fields in the rendered HTML.
Not all fields are required. No single field can be used more than once.

See "CAVEATS" in HTML::FormFu::Element::Date

Is a sub-class of, and inherits methods from HTML::FormFu::Element::Date HTML::FormFu::Element::_Field, HTML::FormFu::Element::Multi, HTML::FormFu::Element::Block, HTML::FormFu::Element

Carl Franks, cfranks@cpan.org

This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself.