JSFiddle - React, Tailwind, and code Playground
JavaScript
var today = new Date();
today.setDate(30);
var tomorrow = new Date();
tomorrow.setDate(today.getDate()+1);
console.log(tomorrow.getDate());
var today = new Date();
today.setDate(30);
var tomorrow = new Date();
tomorrow.setDate(today.getDate()+1);
console.log(tomorrow.getDate());