Jquery date picker lets you pick a picker for date and time
I've seen some manual solutions, but does jquery support user select date and time out of the box?
+2
leora
source
to share
4 answers
If you are open to jQuery UI plugins, I recommend this timepicker plugin as one of the best time pickers I've met.
Refresh URL.
+3
Marc
source
to share
jQuery has nothing like this. Do you mean jQuery UI? If yes, then no.
+1
Ben shelock
source
to share
Well, I needed just such a solution, so I 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
+1
Petras
source
to share
Short answer: yes, it does
Long answer is jquery itself, it supports jquery-ui
-2
oscarkuo
source
to share