Advertisement
Guest User

Untitled

a guest
May 25th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. import moment from 'moment';
  2.  
  3. const then = moment(timeTillDate, timeFormat);
  4. const now = moment();
  5. const countdown = moment(then - now);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement