vote up 0 vote down star

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.

flag

62% accept rate

3 Answers

vote up 4 vote down check

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

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

link|flag
simple as it gets – TStamper Jun 8 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 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/… – rball Jun 8 at 22:29
totally blew that one I did, sorry about that rball;) – dvancouver Jun 9 at 1:35
vote up 1 vote down

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|flag
vote up 0 vote down

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|flag
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 at 15:17

Your Answer

Get an OpenID
or

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