21 Comments
→
Datepicker, Interface, Javascript, jQuery, Timepicker, UI, Widgets
This experimental plugin for the jQuery UI datepicker widget looks promising:
You can get it via SVN.
Update: The Filament Group has also made a really cool datepicker.
From → Notebook
I’m Jonathon Hill, an avid professional web developer. Welcome to my blog, where I document problems and solutions in PHP, MySQL, and Javascript that I encounter along the way. Enjoy!
Hello! I’m Jonathon Hill, an active PHP/MySQL/Javascript web developer. Welcome to my blog, where I document interesting solutions to problems that I encounter along the way. Enjoy!
Copyright © 2012 Jonathon Hill. Titan Theme by The Theme Foundry.
I checked out source from repository and was not able to see anything. Is there anywhere else I can look to get more information on this widget. Looks awesome by the way
Yeah, it isn’t finished yet. The author’s site is http://blogs.uct.ac.za/blog/lovemores-world/2009/02/25/an-effective-jquery-date-time-picker
Hi Jonathon, is this date time picker finished?
its useless !
first of all it doesnt respect jquery plugin codex
second it totally overwrite original datapicker
third you can’t even use original options, it ll just ignore them
forth css + js code is rly lame
i thought it ll be easier and quicker just to try to fix it, but its total waste of time, rather ll write my own
If you’ll send me a link when you finish your version, I would be delighted to link to it.
This was venturing into new territory for me, I don’t fully understand the methods of writing or extending jquery plugins. If you have any advice or tutorials you can point me to that would be very helpful.
Thanks!
Hey, is it finished?
No, but anyone is welcome to pick it up and finish it and I will be happy to link to it here.
I found this is one of the best time pickers yet, but I could only find a working copy of the code here:
http://blog.w3visions.com/2009/04/date-time-picker-with-jquery-ui-datepicker/
Here’s the download link for a perfectly working copy (please note this “gondo”) :
http://blog.w3visions.com/wp-content/selfloaded/datetimepicker.zip
I found a bug whereby if the date field is empty, nothing is inserted into the field. I made a minor change to the plugin that seems to fix this bug. I am also using it with jquery 1.4.2 and UI version 1.7.2
The plugin currently does not work with jquery UI version 1.8. I am trying to figure this one out.
Here’s a working demo with a download link (everything included):
http://www.opcmf.com/datetimepicker/
I see a lot of time pickers use the slider approach, but sliders are a bit tedious for selecting specific times. I suggest you check out the Any+Time™ Datepicker/Timepicker AJAX Calendar Widget. It’s perhaps the fastest-and-easiest-to-use time picker available, because it uses simple buttons to select specific times with speed and ease. Deets/download here:
http://www.ama3.com/anytime/
An interesting test of usability is this: pick an odd time (say, 10:32pm), then see how long it takes to accurately select that time using various time pickers. You can probably do it faster with Any+Time™ than you could write out the time by hand–just try to find another picker you can say that about! Not to mention, Any+Time™ supports a countless variety of date/time formats, 12/24-hour clock, full CSS (or jQuery UI) customization and even time zones!
Nice work Andrew! That is without a doubt the best date/timepicker I have seen ever.
It would have been great to have used your plugin on my last project if only I could have found it.
I will be recommending your plugin to my users in the future and will add a link to your timepicker in my own timepicker page.
Thanks, Peter!
A simple JQuery DateTimePicker with UI Styles that is easy to implement is http://www.projectcodegen.com/JQueryDateTimePicker.aspx
this is the best date time picker yet
http://jonathonhill.net/2009-03-27/jquery-datetime-picker/
It also works gr8 with the new 1.8.2 JQuery ui and the new JQuery 1.4.2.
I disagree with Peter I think while the Any+Time™ Datepicker/Timepicker AJAX Calendar Widget is good it is way too intrusive in size and far more complicated in usability than what I’m looking for. I have searched high and low for the best time picker and here is what I found and suggest as the best: Timepicker Addon.Simple, compact, effective, easy to use, uses the jQuery UI themes, can be used as just a time picker or as a date and time picker, works with jQuery UI 1.8.2 and jQuery 1.4.2 – fantastic!! Thank you Trent Richardson.
Thanks for posting this. Its where I picked up the initial idea. Check out http://jquery.developmental.co.za/datetime It looks like UI date picker and sliders but its totally custom dev, is themeroller ready and uses the UI widget framework. Hope it helps someone out =]
I personally like this one. Is UI theme ready and has great features.
http://manfersite.co.cc/dateplustimepicker/demo/demo.html
My complaint is all these huge scripts needing jQuery etc. I just want a simple datetime picker. The few I’ve seen aren’t that bad, but they’re usually missing just that one or two features, like toggle enable/disable selecting past or future dates, and supplying a date instead of auto-defaulting to current date. I don’t really care about styles, I can just tweak the hardcoded css until it looks like how I want it, I don’t need bloated theme handling crap.
There doesn’t seem to be a middle ground. Either people are writing simple mindless datetime pickers which barely handle any parameters, or full-out huge bloated crazy pickers with features I wouldn’t use.
If you’re feeling ambitious, write one
I’ll be happy to link to it.
Thanks for the link Paul. Nice code there.
@Graeme, THANK YOU!!! Yes, Timepicker addon is simply fantastic: http://trentrichardson.com/examples/timepicker/. Easily the best of the above.