1// To set two dates to two variables 2var date1 = newDate("06/30/2019");
3var date2 = newDate("07/30/2019");
45var Time = date2.getTime() - date1.getTime();
6var Days = Time / (1000 * 3600 * 24); //Diference in Days
you will get a confirmation link on this - you will have to click that for successful submission of your answer. we require this to keep the website free of spam, bots and unhelpful content
please ensure to add code which is syntactically corrent and executes properly
you will get a confirmation link on this - you will have to click that for successful submission of your question. we require this to keep the website free of spam, bots and unhelpful content