Hi Dom,
I'm at home now, sorry for the brief email, some blocks useful for me, that you can add in your extension if you want to for the others guys !
I also have a "born" block, useful for calculate an age of a virtual pet, it's Date.now().getTime() - Born (Born = Timestamp at X date)
Cheers,
Here's what I'm thinking of adding:
-get timestamp
-get (hours, minutes, days, etc ) using timestamp ()
-convert (number) to (hours, minutes, days, etc)
Using this setup, you could use the saved timestamps, subtract them, and use the convert block to find how much is in between. Sound good?