Tk::DateEntry module
Tk::DateEntry is an Entry widget with a drop-down calendar, allowing the
user to select a date by clicking in the calendar.
To install, type
$ perl Makefile.PL
$ make
$ make test
$ make install
If you're not root on a Unix-like system, then probably the last line
should be
$ sudo make install
instead.
On Windows systems, use gmake, dmake or nmake (whatever is available)
instead of make.
For a demonstration you can use
$ make demo
DateEntry.pm contains pod documentation.
Send bug reports, comments and suggestions to srezic@cpan.org