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
2009-08-21 01:30:06
How do you select a time with a datepicker?
Marc
2009-08-21 01:43:10
-1: jQuery UI does not have a timepicker, just a datepicker.
Jim Ferrans
2009-08-21 01:56:29
+1
A:
jQuery doesn't have anything like that. Do you mean jQuery UI? If so, no.
Ben Shelock
2009-08-21 01:32:44
+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
2009-08-21 01:47:41
+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
2010-03-16 11:33:34