in reply to obtaining yyyy-mm-dd via a calendar object

As far as Perl is concerned, the answer to your question is in two parts:

  1. Work out the combination of HTML and Javascript that you need to create the control that you want
  2. Use Perl to include that combination of HTML and Javascript into the output from your CGI program

For part one, you'll need to ask for help somewhere that specialises in HTML and Javascript. If you have trouble with the second part we'll be happy to help you.

--
<http://dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

  • Comment on Re: obtaining yyyy-mm-dd via a calendar object