Date Time Picker

Soldato
Joined
21 Nov 2004
Posts
2,855
Can anyone recommend a good javascript date and time picker, preferably free :)

I'm looking for one that is embedded in the page rather than in a separate window, and does time of day including seconds.
 
Are you using ASP.NET? If so there's one included. If not, here's a javascript one.

*edit*
Just noticed you need one for times as well, which I don't think there is. Is it possible you could have a field for date and another for time?

Personally I always make users select times in a an hour and then a minutes dropdown as it saves a whole lot of validation.
 
I highly recommend the jQuery Datepicker (now part of jQuery UI). Easily themed to your site's style, and very flexible. And benefits from being based on jQuery, so you can make use of all that it offers too. Does lack functionality for time, but looks like you're going to be using something else for that.
 
Back
Top Bottom