Tuesday, August 20, 2013

자바스크립트 : 생일 입력해서 연령 구하는 프로그램

From Evernote:

생일 입력해서 연령 구하는 프로그램

<!DOCTYPE html>
<html lang="ko" >
<head>
       <meta charset="utf-8" >
       <title> Making birthday calculator</ title>
       <script src="birthday.js" ></script>
</head>

<body>
      
       <h1> 날짜 계산 연습</h1 >
       <p> Birthday : <input type="text" name="birthday" id="birthday"
       value="1988-02-14" ></p>
       <p>< input type ="button" value="Calculate" onclick="getAge();"></ p>
       <p> 태어나서부터 <span id="daysPast"> ???</span >일 경과해서 아마
       <span id="age" >???</ span>살정도 입니다. </p>
      
      
</body>
</html>

function getAge() {
       // 입력값 얻어오기
       var birthday = document.getElementById('birthday' ).value.split("-");
      
       // 날짜 오브젝트 작성
       var d1 = new Date(birthday[0],birthday[1]-1,birthday[2]);
       //월은 0부터 시작하므로
       // 1970년 1월 1일부터 birthday 지정한 시간까지의 경과 시간을 ms단위로 계산
       var d2 = new Date();
       // 1970년 1월 1일부터 지금까지의 시간을 ms 단위로 계산
      
       // 일수, 연령 계산
       var diff = d2.getTime() - d1.getTime();
       var daysPast = Math.floor(diff / (1000 * 60 * 60 * 24));
       var age = Math.floor(daysPast / 365.25);
      
       //결과 표시
      document.getElementById( "daysPast").innerHTML = daysPast;
      document.getElementById( "age").innerHTML = age;
}


1 comment:

  1. WinStar World Casino and Resort announces grand opening
    WinStar World Casino and Resort, which opened in 인천광역 출장안마 1994 as the new gambling venue of the 세종특별자치 출장안마 from the state of 목포 출장마사지 Michigan's Wolverine 남양주 출장안마 and the 부산광역 출장마사지 state's largest casino

    ReplyDelete

뉴라이트의 기본적인 개념과 특징

뉴라이트  한국에서 자칭 신우익을 이르는 말. 영어의 신(new) + 우익(right)의 합성어이다.  옛날 종북주의자 시절의 파시즘과 전체주의적 사상을 간직한 채 친일반민족 행위 옹호로 돌아선 사람들이다.  우파를 가장한 짝퉁 우파...