Show time using slider label?
How do I change the slider label to show time?
var slider = Appery("sliderAvailFrom");
var sliderValue = slider.val();
slider.val(sliderValue/24 + ":0");
The label attached to the slider doesn't seem to let me enter the character ":". Any suggestions?