I am using bootstrap-timepicker.
On page load I'm trying to get the current time from that picker.
$('#starts-on').timepicker(...??? //dunno what to use );
I have found the page load function but how to get the time?
I am using bootstrap-timepicker.
On page load I'm trying to get the current time from that picker.
$('#starts-on').timepicker(...??? //dunno what to use );
I have found the page load function but how to get the time?
You can do it like this: