HTML-Menu-DateTime

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

NAME
    HTML::Menu::DateTime - 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);

Readme.html  view on Meta::CPAN

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>HTML::Menu::DateTime - Easily create popup menus for use with templates.</title>
<link rev="made" href="mailto:" />
</head>

<body style="background-color: white">

<p><a name="__index__"></a></p>
<!-- INDEX BEGIN -->

<ul>

Readme.html  view on Meta::CPAN

	<li><a href="#author">AUTHOR</a></li>
	<li><a href="#credits">CREDITS</a></li>
	<li><a href="#copyright_and_license">COPYRIGHT AND LICENSE</a></li>
</ul>
<!-- INDEX END -->

<hr />
<p>
</p>
<h1><a name="name">NAME</a></h1>
<p>HTML::Menu::DateTime - Easily create popup menus for use with templates.</p>
<p>
</p>
<hr />
<h1><a name="synopsis">SYNOPSIS</a></h1>
<pre>
  use HTML::Menu::DateTime;
  
  my $menu = HTML::Menu::DateTime-&gt;new (
    date         =&gt; '2004-02-26',
    no_select    =&gt; 1,

lib/HTML/Menu/DateTime.pm  view on Meta::CPAN

    croak "unknown html option";
  }
}

1;

__END__

=head1 NAME

HTML::Menu::DateTime - Easily create popup menus for use with templates.

=head1 SYNOPSIS

  use HTML::Menu::DateTime;
  
  my $menu = HTML::Menu::DateTime->new (
    date         => '2004-02-26',
    no_select    => 1,
    empty_first  => '');
  



( run in 1.331 second using v1.01-cache-2.11-cpan-364913b4093 )