Skip to content

Commit

Permalink
Fix Date Countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRogers99 authored Jan 21, 2024
1 parent d17377a commit a174bb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ <h5 class="modal-title" id="exampleModalLongTitle">Modal title</h5>
simplyCountdown('.simply-countdown-one', {
year: d.getFullYear(),
month: d.getMonth(),
day: d.getDate()
day: d.getDate(),
hours: d.getHours()
});

</script>
Expand Down

0 comments on commit a174bb4

Please sign in to comment.