Calendar Component Professional

Professional Swing Date Selection Library
Calendar Applet
Date selection widget for web developers which can be used without programming expertise.

Name:
Email:
Date:
This is an example of using the CalendarApplet in a web form.

When selecting a date using the calendar applet the "setDate" javascript function is called which passes the date selected with the calendar applet into the "date" hidden field of the HTML form. So when chosing a date and submiting the form the date selected is also submited as a CGI parameter because it is stored in the value of the "date" hidden field. Also when submiting the HTML form the submitForm() function is called which puts in the date hidden field the date chosed using the calendar applet.

If used in a dynamical web page (generated using a server side script) it can also be specified through the "INITIAL_DATE" applet parameter the initial date that will be displayed by the applet.