Hi All,
I am using below linked jquery plugin in one of my project and now I have small issue.
In a form when i want to use these plugin it need multiple function for each entry so can I do something like a fixed used for multiple datetime picker feilds with out duplicating it.
Code:
http://trentrichardson.com/examples/timepicker/
function is :
PHP Code:
$('#slider_example_2').datetimepicker({
showSecond: true,
timeFormat: 'HH:mm:ss',
stepHour: 2,
stepMinute: 10,
stepSecond: 10
});