Guest User

Untitled

a guest
Oct 19th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. window.setInterval(function(){
  2. var stamp = Math.floor(Now() / 1000);
  3. var time = date(dateformat+' '+timeformat, stamp);
  4. $('.clock').text(time);
Add Comment
Please, Sign In to add comment