Skip to content

Commit

Permalink
Merge pull request ShoroukAziz#1 from jaredahzielg/patch-1
Browse files Browse the repository at this point in the history
Update countDown.html
  • Loading branch information
ShoroukAziz authored Sep 25, 2020
2 parents 513be5b + f73036d commit 8a7325d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion countDown.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
</body>
<script>
const year = new Date().getFullYear();
const myDate = new Date('Oct 01, 2020 00:00:00');
const myDate = new Date('Oct 15, 2020 00:00:00');
console.log(myDate);

// countdown
Expand Down

0 comments on commit 8a7325d

Please sign in to comment.