views:

129

answers:

2

Are there any existing AJAX/Javascript Date picker widgets/libraries that also allow you to select a time range? That is, after picking a date, an existing UI pops-up/becomes available to select a time range for the same.

I'm looking for example of things like this. UI Libraries that offer some form of date picking, followed by a step to pick a time range.

Yes, I know, a dozen different ways this could be implemented myself. I'm interesting in knowing what kind of preexisting libraries exist for this problem domain.

+2  A: 

Here are some of the MANY choices:

John Resig (The J IN JQuery) has this to say about it.

Gabriel McAdams
+1  A: 

You'll need to combine a DATE Plugin with a Time Plugin, don't try to cram both into one dialog

AnApprentice