Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

How do I get the time between 2 dates?

Asked by 5 years ago
Edited 5 years ago

I had thought about using (os.date("!*t", os.time())) but I do not know how to do that, so I mean how could I compare the time between the current time and the 6.5.2019 per script

0
os.difftime() ? This returns the seconds between two dates. Miniller 562 — 5y

Answer this question