Skip to content

Commit

Permalink
Update countDown.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ShoroukAziz authored Feb 9, 2021
1 parent 591be74 commit 487e52c
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 15, 2020 00:00:00');
const myDate = new Date('Oct 15, 2024 00:00:00');
console.log(myDate);

// countdown
Expand Down

0 comments on commit 487e52c

Please sign in to comment.