thorpedosg

KzrKYZzt

Aug 6th, 2018
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. var currentDate = new Date();
  2. var workUntilDate = new Date('August 3, 2018');
  3.  
  4.  
  5. function checkDate(currDate, endDate ){
  6. if (currDate
Add Comment
Please, Sign In to add comment