HTML::Menu::DateTime

HTML::Menu::DateTime is a Perl module to easily create popup menus for use with templates.
Download

HTML::Menu::DateTime Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Carl Franks
  • Publisher web site:
  • http://search.cpan.org/~cfranks/

HTML::Menu::DateTime Tags


HTML::Menu::DateTime Description

HTML::Menu::DateTime is a Perl module to easily create popup menus for use with templates. HTML::Menu::DateTime is a Perl module to easily create popup menus for use with templates.SYNOPSIS use HTML::Menu::DateTime; my $menu = HTML::Menu::DateTime->new ( date => '2004-02-26', no_select => 1, empty_first => ''); $menu->start_year (2000); $menu->end_year (2010); $menu->less_years (1); $menu->plus_years (5); $menu->month_format ('short'); $menu->locale ('en_GB'); $menu->second_increment (15); $menu->minute_increment (5); $menu->html ('menu'); $menu->second_menu; $menu->minute_menu; $menu->hour_menu; $menu->day_menu; $menu->month_menu; $menu->year_menu;Creates data structures suitable for populating HTML::Template, Template Toolkit or Template::Magic templates with dropdown date and time menus.Allows any number of dropdown menus to be displayed on a single page, each independantly configurable.Distribution includes ready-to-use template include files.Can output valid HTML, allowing quick prototyping of pages, with the freedom to easily switch to using templates later.HTML::Menu::DateTime is a Perl module to easily create popup menus for use with templates. Requirements: · Perl


HTML::Menu::DateTime Related Software