views:

241

answers:

4

i have seen some hand rolled solutions but does jquery out of the box support a user picking date and time?

+1  A: 

The short answer is yes it does

The long answer is jquery itself doesn't, it's the jquery-ui that supports it

oykuo
How do you select a time with a datepicker?
Marc
-1: jQuery UI does not have a timepicker, just a datepicker.
Jim Ferrans
+1  A: 

jQuery doesn't have anything like that. Do you mean jQuery UI? If so, no.

Ben Shelock
+3  A: 

If you're open to jQuery UI plugins, I recommend this timepicker plugin as one of the better interfaces to selecting the time I've come across.

Marc
+1  A: 

Well I needed just such a solution so wrote one. You can find it here, I think it does exactly what you want:

http://www.yart.com.au/Resources/Programming/ASP-NET-JQuery-Date-Time-Control.aspx

Petras