Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start time #78

Closed
ottiauswien opened this issue Dec 7, 2016 · 2 comments
Closed

start time #78

ottiauswien opened this issue Dec 7, 2016 · 2 comments

Comments

@ottiauswien
Copy link

it would be nic, if there would be a start time (in seconds)

@walmik
Copy link
Owner

walmik commented Dec 10, 2016

@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,

$('#timerDiv').timer({
    seconds: 100,
    format: '%T'
});

@ottiauswien
Copy link
Author

ottiauswien commented Dec 13, 2016

thnx. i thought the timer starts in x seconds.... not with x seconds.
thnx, perfect.

@walmik walmik closed this as completed Dec 16, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants