Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have problem to with time picker it display just time with half an our gap but i want the time picker to select hours and minutes individually by user
please help ...

What I have tried:

<input type="text" id="intimetimepicker" class="form-control">


$('#intimetimepicker').timepicker()
Posted
Updated 8-Feb-18 19:53pm

1 solution

You didn't specify which plugin the application is using. I'm assuming jQuery timepicker.

There is an example which allow the user to pick the time and minute from a separate textbox. Maybe this is what you looking for?
jQuery UI Time Picker by Francois Gelinas[^]
 
Share this answer
 
Comments
Member 13658833 9-Feb-18 7:55am    
thank you but i want scroll option for display every minute from 00 to 59 by using jQuery
Bryian Tan 9-Feb-18 10:01am    
Here is an example, you might need to work on the style.

cp_timepicker - JSFiddle[^]
Member 13658833 10-Feb-18 0:36am    
i'm already use another style from this link http://vitalets.github.io/combodate/
but my form control styles are not working for those elements,and i do not know from where that css is coming,how can i found that location which is seen in inspect page

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900