Date pickers
This is the most promising option, I think: Any+Time Date Picker, a JavaScript library.
Other possibilities:
- This JavaScript date-time picker looks functional, but not very elegant.
- This jQuery date-time picker looks better, but I’m not sure how functional it is, and the drop-down looks a little crowded.
Discarded options:
- Kelvin Luck’s date picker — a jQuery plug-in — is the acknowledged favorite amongst CodeIgniter people but it doesn’t have time capability.
- Here’s a tutorial on using CodeIgniter and the jQuery UI datepicker library to create a date picker. Interesting, but it doesn’t have a time capability. (It’s a tutorial with no demo; what’s up with that?)

The Any+Time Data Picker has a nice look, but it seems to lack in functionality (on Safari 4.0.5 anyway).
I agree, the “jQuery date-time picker” and “jQuery Calendar with time picker”, are not very pretty, but they seem to work a lot better.
I did some looking too and I’m leaning towards the “jQuery Calendar with time picker.” It works great and I can edit that CSS in a jiffy.
http://razum.si/jQuery-calendar/TimeCalendar.html
What do you all think?