Brand new module.
Removes need for complicated template constructs for HTML form selects.
Keeps templates simple.
Upgraded to support HTML generation.
Allows quick prototyping.
Quickly swap between using pure templates and not-so-pure.
Month menus now support long, short and decimal names, e.g. 'January', 'Jan' and 01.
Now supports multi-language month menus using the DateTime::Locale module.
You can set the incrementation for both minute and second menus.
Added example files for use with Template::Magic
Includes support for multiple-selection menus.
Documentation has been improved.
HTML::Menu::DateTime is a Perl module which allows developers to easily create html select menus for use with the HTML::Template or Template::Toolkit templating systems.
The menus can pre-select items using a wide range of database date/time formats as input, or from user input.
OO-design allows any number of dropdown menus to be displayed on a single page, each independantly configurable.
Provides easy to use template snippets.