Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
iamsonukushwaha authored Aug 5, 2023
1 parent aa922a1 commit 70b0619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/app.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const timeLeft = document.getElementById('time-left')
const newDate = document.getElementById('date')

let nextBirthday = new Date('07/17/2023') // mm/dd/yyyy
let nextBirthday = new Date('07/17/2024') // mm/dd/yyyy


const second = 1000
Expand Down

0 comments on commit 70b0619

Please sign in to comment.