new date with date 2b 1

Solutions on MaxInterview for new date with date 2b 1 by the best coders in the world

we are a community of more than 2 million smartest coders
registration for
employee referral programs
are now open
get referred to google, amazon, flipkart and more
register now
  
pinned-register now
showing results for - "new date with date 2b 1"
Laura
30 Apr 2017
1var date = new Date();
2
3// add a day
4date.setDate(date.getDate() + 1);
5