Quote:
Originally Posted by DanInMa
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
});