요약(Summary)
분(minutes)을 리턴
문법(Syntax)
1 | getMinutes(); |
인자(Parameters)
없음
반환값(Return)
number, 분(minutes), 0~59, 0부터 시작함에 주의
설명(Description)
예제(Example)
1 2 | Today = new Date(); alert(Today.getMinutes()); // 현재 분을 리턴 |
참고
분(minutes)을 리턴
1 | getMinutes(); |
없음
number, 분(minutes), 0~59, 0부터 시작함에 주의
1 2 | Today = new Date(); alert(Today.getMinutes()); // 현재 분을 리턴 |
등록된 답변이 없습니다.