Thread: Resolved datetime picker issue
View Single Post
Old 01-23-2013, 07:05 PM   PM User | #1
nani_nisha06
Regular Coder

 
Join Date: Oct 2012
Location: mother land --india
Posts: 159
Thanks: 37
Thanked 2 Times in 2 Posts
nani_nisha06 is an unknown quantity at this point
datetime picker issue

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({
    
showSecondtrue,
    
timeFormat'HH:mm:ss',
    
stepHour2,
    
stepMinute10,
    
stepSecond10
}); 

Last edited by nani_nisha06; 01-24-2013 at 05:38 AM..
nani_nisha06 is offline   Reply With Quote