남자 알바생의 현실 페이지 정보 작성자 아는형님 작성일23-08-04 11:10 조회173회 댓글0건 관련링크 본문 var poll_tick_count=0; var timeleft = -1691114686; var pollcountdown = setInterval(function(){ console.log(timeleft); timeleft = timeleft- 1; // Calculating the days, hours, minutes and seconds left // 1hour = 60s * 60m = 3600sec // 1day = 60s * 60m *24h = 24 * 3600sec var days = Math.floor(timeleft / ( 60 * 60 * 24)); var hours = Math.floor((timeleft / ( 60 *60 ))); var minutes = Math.floor((timeleft % ( 60 *60 ))/60 ); var seconds = Math.floor((timeleft % ( 60)) ); var days_txt =""; var hours_txt =""; var minutes_txt =""; var seconds_txt =""; var timeleft_txt =""; if (days>0 ) {timeleft_txt = timeleft_txt + days +"일 "; } if (hours>0 ) {timeleft_txt = timeleft_txt + hours +"시간 "; } if (minutes>0 ) {timeleft_txt = timeleft_txt + minutes +"분 "; } if (seconds>0 ) {timeleft_txt = timeleft_txt + seconds +"초 "; } // Result is output to the specific element //document.getElementById("days").innerHTML = days + "d " //document.getElementById("hours").innerHTML = hours + "h " //document.getElementById("mins").innerHTML = minutes + "m " document.getElementById("poll_exp_date_txt").innerHTML = timeleft_txt + " " ; poll_tick_count=poll_tick_count+1; //console.log(poll_tick_count); // Display the message when countdown is over if (timeleft < 0) { clearInterval(pollcountdown); document.getElementById("poll_exp_date_txt").innerHTML = "마감"; } }, 1000); 추천 0 아는형님 의 다른글 배달기사들에게 빡친 버거킹 직...0 사고 싶은 게이밍 체어.jpg 0 해군가서 상식이 부정당한 디씨...0 다급했던 택ᄇ...0 살금와서 0 단 한개의 알약만 선택가능하다...0 한 디시인의 여친 소개.jpg 0 당근마켓 에누리하는 잼민이 0 남자 알바생의 현실 0 결혼 6년 차 아내가 처음 해준 감...0 댓글목록 등록된 댓글이 없습니다. 목록