Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaxium69 committed May 5, 2022
1 parent b192c22 commit 00ed5f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ <h1 id="headline">COMPTE A REBOURS</h1>
mm = String(today.getMonth() + 1).padStart(2, "0"),
yyyy = today.getFullYear(),
nextYear = yyyy + 1,
dayMonth = "05/07/",
dayMonth = "05/08/",
birthday = dayMonth + yyyy;

today = mm + "/" + dd + "/" + yyyy;
Expand Down

0 comments on commit 00ed5f4

Please sign in to comment.