i have seen some hand rolled solutions but does jquery out of the box support a user picking date and time?
            Asked
            
        
        
            Active
            
        
            Viewed 935 times
        
    2
            
            
        - 
                    See this closed duplicate question for others: http://stackoverflow.com/questions/1245245/jquery-date-time-picker – goodeye Feb 21 '13 at 00:08
4 Answers
3
            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.
Url updated.
 
    
    
        Marc
        
- 9,254
- 2
- 29
- 31
- 
                    This link is gone. See this closed duplicate question for others: http://stackoverflow.com/questions/1245245/jquery-date-time-picker – goodeye Feb 21 '13 at 00:08
1
            
            
        jQuery doesn't have anything like that. Do you mean jQuery UI? If so, no.
 
    
    
        Ben Shelock
        
- 20,154
- 26
- 92
- 125
1
            
            
        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
        
- 4,686
- 14
- 57
- 89
-2
            
            
        The short answer is yes it does
The long answer is jquery itself doesn't, it's the jquery-ui that supports it
 
    
    
        oscarkuo
        
- 10,431
- 6
- 49
- 62
