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


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


source


jQuery has nothing like this. Do you mean jQuery UI? If yes, then no.



+1


source


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


source


Short answer: yes, it does

Long answer is jquery itself, it supports jquery-ui

-2


source







All Articles