Skip to content

Commit

Permalink
Merge pull request #24 from chanhk-im/master
Browse files Browse the repository at this point in the history
revised countdowndate
  • Loading branch information
chanhk-im authored Aug 21, 2023
2 parents e5601f8 + 5504ff0 commit 603a398
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 @@ -418,7 +418,7 @@ <h3 class="mbr-section-subtitle align-center pb-2 display-5 cra-font-air">클릭

<script>
// Month - start from 0 (0 - Jan, 11 - Dec)
var countDownDate = new Date(2023, 9, 1, 23, 59).getTime(); // 1초마다 갱신되도록 함수 생성,실행
var countDownDate = new Date(2023, 8, 1, 23, 59).getTime(); // 1초마다 갱신되도록 함수 생성,실행
var x = setInterval(function () { // 오늘 날짜 등록

var now = new Date().getTime(); // 종료일자에서 현재일자를 뺀 시간
Expand Down

0 comments on commit 603a398

Please sign in to comment.