up vote 0 down vote favorite
share [g+] share [fb]

I have a date/time field that I need to have a date/time picker but it's near impossible finding one, a decent one (I have googled like wild). I tried this picker http://electronicholas.com/calendar but it's in Ruby on Rails and I do not know how to convert it. Any ideas? I run mainly jquery but I would use another lib if needed.

link|improve this question

58% accept rate
feedback

5 Answers

up vote 4 down vote accepted

jQuery UI: http://jqueryui.com/demos/datepicker/

another: http://www.dynarch.com/static/jscalendar-1.0/index.html

link|improve this answer
simple as it gets – TStamper Jun 8 '09 at 15:39
Thank you for the link, I have seen this one before but it does not do time, it does date but I need both for the same input box. – dvancouver Jun 8 '09 at 21:46
The dynarch supports time, look again. It's even on the page I've linked. and adding time to the format of the textbox you have a calendar wrapped around isn't too hard: derekallard.com/blog/post/adding-time-to-jquery-ui-datepicker – rball Jun 8 '09 at 22:29
totally blew that one I did, sorry about that rball;) – dvancouver Jun 9 '09 at 1:35
feedback

Article 10 Best jQuery Datepickers Plugins http://www.ajaxline.com/10-best-jquery-datepickers-plugins

Another datepicker from Google web elements. It's easy to use.

http://www.google.com/webelements/calendar/

link|improve this answer
feedback

We developed a simple one for our custom app, and are now going into development for some additional features like time. It is very lightweight and customizable, and doesn't depend on any framwork. Check it out: javascript date picker

link|improve this answer
This looks good and I think once you add the time it will be mark on. I still need a date/time so does many but the solutions have failed even the one that rball offered up. Would love to see it, any timeframes to completion? – dvancouver Jun 9 '09 at 15:17
feedback

The Any+Timeā„¢ DatePicker/TimePicker AJAX Calendar Widget supports date+time fields with a wide range of formats. It uses jQuery (including jQuery UI Themes) and allows for extensive CSS customization, custom labels and many other options. Most importantly, it is perhaps the fastest and easiest combo-picker available, because it uses simple buttons to select all values (no sloppy sliders, spinners or drop-down boxes) and also supports WAI-ARIA keyboard accessibility. Oh, and did I mention it is FREE under the CC-BY-NC-SA license? :)

link|improve this answer
feedback

Check this one out. This is genius and intuitive. http://jongsma.org/software/protoplasm/control/datepicker?page=datepicker

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.