views:

4343

answers:

4

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.

+4  A: 

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

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

rball
simple as it gets
TStamper
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
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: http://www.derekallard.com/blog/post/adding-time-to-jquery-ui-datepicker/
rball
totally blew that one I did, sorry about that rball;)
dvancouver
+2  A: 

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/

shin
A: 

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

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
A: 

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? :)

Andrew M. Andrews III