Guest User

Untitled

a guest
Jul 24th, 2016
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. // add this line on the top
  2. var d0 = new Date();
  3.  
  4. // add this line on the bottom
  5. var d1 = new Date()
  6. var how_long = (d1.getTime()-d0.getTime())/1000
Advertisement
Add Comment
Please, Sign In to add comment