I have a flat file database manager application that auto generates the HTML forms to enter data. I'd like to replace the individual fields for year, month and day with a calendar where you click on the day you want. The user might have to cycle through the months but other than that, they just click on the day.
I've been googling looking for something that will do this and everything I've found is javascript or something that won't work with straight HTML.
Does anybody out there use some sort of graphical calendar to allow users to enter dates in an HTML form?