The Calendar Toolkit is an extension of the calendar DynCalendar used
on pear.php.net, It's been heavily modified to work as a transparent
layer ontop of a HTML page, that requires little direct interation with
the HTML page.
Source:
http://www.akbkhome.com/svn/javascript/calendar/
Usage
Anywhere in the HTML page (top/bottom/middle whatever..)
<script src="/javascript/calendar/dynCalendar.js" type="text/javascript"></script>
Day
<form name="" action="">
An Input field <input name="thedate"
class="dynCalendar"
calendar:type="day"
calendar:images="/javascript/calendar/images/">
</form>
Month
<form action="">
An Input field <input name="thedate"
class="dynCalendar"
calendar:type="month"
calendar:images="/javascript/calendar/images/">
</form>
Submitable
<form action="">
An Input field <input name="thedate"
class="dynCalendar"
calendar:type="month"
calendar:submit="yes"
calendar:images="/javascript/calendar/images/">
</form>