This is probably a silly question but I'm going to ask anyway because I haven't seen it yet on stack overflow. Is there a way to get tomorrow's date as a time object?
For instance, I can get today's date with new Date
but what if I want to get tomorrow's date in the same format?