Skip to content

Commit

Permalink
Update 60.html
Browse files Browse the repository at this point in the history
2029-01-15
  • Loading branch information
itbj authored Nov 20, 2023
1 parent 35a0188 commit d2d62d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retirement/60.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

function countdown() {
var now = new Date();
var eventDate = new Date(1998, 9, 19); //这句代码使用了年、月、日三个数字作为参数,表示2023年11月18日(注意月份是从0开始计数的)
var eventDate = new Date(2029, 1, 15); //这句代码使用了年、月、日三个数字作为参数,表示2023年11月18日(注意月份是从0开始计数的)
// var eventDate = new Date('2023-10-18'); //这句代码使用了一个字符串作为参数,表示2023年10月18日(注意字符串中的月份是从1开始计数的)。
var currentTime= now.getTime();
//var currentTime= new Date('2023-10-18'); // 9130 days 8 hours??? why?
Expand Down

0 comments on commit d2d62d3

Please sign in to comment.