From 6f296a35853eadf5f5dcbb95100071c29538c93b Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sat, 29 Sep 2018 16:57:40 +0300 Subject: [PATCH] Update tomorrow.md --- snippets/tomorrow.md | 1 + 1 file changed, 1 insertion(+) diff --git a/snippets/tomorrow.md b/snippets/tomorrow.md index 68651691e..9d9300071 100644 --- a/snippets/tomorrow.md +++ b/snippets/tomorrow.md @@ -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