-
Notifications
You must be signed in to change notification settings - Fork 85
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
Get %H %M %S #76
Comments
Please see the For format syntax, see Format Syntax |
Thanks for the speedy reply but i think you have misunderstood me. I have already set format when calling the timer eg: but when getting the total time elapsed using data('seconds'), it only gives you seconds. I want the time elapsed to be h m s. |
As a quick solution, you can get the element's text. $(".t_header_time").text(); Or, create a hidden element, initialize the timer and then get its text. |
Woah. Mind was totally blank, silly me. Thank you!! Again, great plugin :) |
Hi, great plugin :)
Is there anyway to display the time in h m s rather than just displaying total seconds elapsed when using $('#sampleid').data('seconds'); ?
The text was updated successfully, but these errors were encountered: