You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ottiauswien There s a start time available (in seconds). For example,
$('#timerDiv').timer({
seconds: 100
});
In this example, the timer will start from 100 seconds (displayed as 1:40 min by default). You can use the format parameter to customize the display. For instance if you want to display the time in absolute seconds, then initiate the timer like this,
it would be nic, if there would be a start time (in seconds)
The text was updated successfully, but these errors were encountered: