Properties
Similar Topics
Statistics
Comments
2
Participants
2
Subscribers
2
Votes
1
Views
912
Share

How to measure and calculate the difference in time between two clicks on a button?
Answered
How to measure and calculate the difference in time between two clicks on a button?
How to make a time stopwatch with a button and a text?
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2023 International GeoGebra Institute
https://wiki.geogebra.org/e...
inicio=GetTime()
fin=GetTime()
sinicio=Element(inicio, 2) + Element(inicio, 3) * 60 + Element(inicio, 4) * 3600 + Element(inicio, 5) * 86400 + Element(inicio, 7) * 31536000
sfin=Element(fin, 2) + Element(fin, 3) * 60 + Element(fin, 4) * 3600 + Element(fin, 5) * 86400 + Element(fin, 7) * 31536000
Comments have been locked on this page!