Click here to Skip to main content
15,899,632 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,
I am working with jquery date time picker with drop down its working fine but now my problem is i have to include a dropdown for seconds how can i implement that? Pls help me to solve and Thanks in advance.

I have referred this link for my plugin example
http://trentrichardson.com/examples/timepicker/
Posted
Updated 4-Jul-13 20:56pm
v2
Comments
Hi Member 9762654,

Please accept Solution 1, if it has helped you in any way.
This will help others to find the answer in one go and you will also be awarded with some points for this action...

Thanks,
Tadit
I guess you have undone the acceptance by mistake of answer. You have accepted once, but after that gain rejected.
So, I kindly request you to accept it again.

Or is there any problem?

1 solution

It is done.

Solution
JavaScript
$('#timePicker').datetimepicker({
    controlType: 'select',
    timeFormat: 'hh:mm ss'
});


Demo
[Demo] jQuery TimePicker with Time elements in DropDowns[^]
 
Share this answer
 

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