Update tomorrow.md

This commit is contained in:
Angelos Chalaris
2018-09-29 16:57:40 +03:00
committed by GitHub
parent fd8ffcd2af
commit 6f296a3585

View File

@ -1,6 +1,7 @@
### tomorrow
Results in a string representation of tomorrow's date.
Use `new Date()` to get today's date, adding one day using `Date.getDate()` and `Date.setDate()`, and converting the Date object to a string.
```js