[web] HTML calendar tool

Started by
3 comments, last by Kambiz 13 years, 11 months ago
Hi, I'm trying to implement the most elegant calendar tool in several forms on my web site, that will allow the user to select a date quickly and easily. I've seen controls that appear to the right of text fields, and when you click on them (they appear to be little compressed calendar images) they expand into a larger calendar that allow you to selected year, month and day. Once you select the exact date, it collapses back into its original form and the date is populating the text field. Any ideas for how I could get this? 3rd party components? I'm using PHP. Thanks, plywood
Advertisement
I've used the MooTools-powered vlaCal before. It works very nicely. You can find examples here.

[Website] [+++ Divide By Cucumber Error. Please Reinstall Universe And Reboot +++]

There's many for jQuery as well. See here
I normally use the jQuery UI Datepicker for this.

- Jason Astle-Adams

HTML5 has added native date picker control. (Although not supported yet by most browsers)
Dive Into HTML5

This topic is closed to new replies.

Advertisement