Advertisement
Guest User

Untitled

a guest
May 24th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // 2000-01-20
  2.  
  3. // const chunks = key.split('-');
  4. // const year = Number(chunks[0]);
  5. // const month = Number(chunks[1]);
  6. // const day = Number(chunks[2]);
  7. // Date.UTC(year, month, day)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement