Yes, i have checked the documentation, the mode i want is Counter, the closes settings I found is below code:
jQuery(document).ready(function() {
jQuery("#divCountDown").smartTimerCounter({
skin: "Simple",
mode: "Counter",
display: {
style: "crystal-light",
labels: "bottom",
hideDots: true,
space: "12px"
},
model: {
layout: "Minutes",
method: "seconds",
value: 4400
}
});
});
But this only shows Minutes + Seconds. I need to add Hours.