Guest User

Untitled

a guest
Mar 18th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. a1521120900,555.45
  2. 1,554.53
  3. 2,554.07
  4. 3,553.9
  5. 4,552.67
  6.  
  7. var rawTime = data[0].interval;
  8. var timeValue = Math.round(rawTime.slice(1));
  9. console.log(timeValue)
  10. console.log(new Date(timeValue))
Add Comment
Please, Sign In to add comment