How do I take today\'s date and add 1 day to it?
If possible, inline please?
dt = new Date(); dt.setDate(dt.getDate() + 1);