Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

A few wishes:

  • If it is jQuery based, best.
  • If it focuses on easy UI rather than eye candy, better.
  • If it is both a date and time picker, good.

I should mention that I've already looked at most options available that I can find using Google.

The problem is not that there's not a single date+time picker included in the official jQuery-UI project so some are for older versions of jQuery, some have ugly UI choices, and one which has a somewhat good UI seems buggy.

share|improve this question

7 Answers

up vote 7 down vote accepted

Datepicker:

jQuery UI Datepicker

Timepicker:

timepickr plugin

Bonus points, both use the jQuery UI Themeroller.

share|improve this answer
1  
Datepicker is awesome. But might I suggest you just use simple drop downs for time picking? Timepickr's interface is (IMHO) quite user-unfriendly and non-intuitive. – Kip May 18 '09 at 21:10
I agree, timepickr is overkill for what is probably best represented using three select lists: [HH][MM][AM|PM] or just [HH][MM]. – Jake McGraw May 18 '09 at 21:19
I'm not able to see timepicker link (timeouts) but I will check back later. And Yes, my last option is two select based timepicker ;) – nexneo May 18 '09 at 21:24

I've found Trent Richardson's date/time picker to be good. It has a heap of options and seems to work well.

Available here: http://trentrichardson.com/examples/timepicker/

It's based on jQuery UI

share|improve this answer

http://www.datejs.com/ Just found this neat little library. Understands human date input pretty well. I like that it provides instant feedback as you type, among other things.

Don't know if it has a calendar visualization built in, and it isn't jQuery based.

share|improve this answer

The Any+Time(TM) widget combines a date/time picker for a single input field with a wide variety of formats. It now uses jQuery and supports jQuery UI Themes and CSS customization for complete visual integration into any website. And if you encounter any bugs, just report them and expect a resolution in a matter of hours!

share|improve this answer

There is a plugin that has both, but its fully based on jquery UI/Datepicker that lets the user select time HH:MM Works with jquery-1.2.3. jQuery DateTimepicker

share|improve this answer

For my needs, this example is a great option. It combines the jQuery datepicker with an easy-to-use time selector.

http://puna.net.nz/timepicker.htm#

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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