Thread: Resolved datetime picker issue
View Single Post
Old 01-24-2013, 05:10 AM   PM User | #3
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
Quote:
Originally Posted by DanInMa View Post
or you can give them all the same class and do

Code:
$(".myclass").datetimepicker()
Danin,

I bit interested to understand this.

On the above example if I change code as below will that be okay?

Code:
$(".slider_example_2").datetimepicker({ 
    showSecond: true, 
    timeFormat: 'HH:mm:ss', 
    stepHour: 2, 
    stepMinute: 10, 
    stepSecond: 10 
});
nani_nisha06 is offline   Reply With Quote