javascript 사전

getUTCMilliseconds

요약(Summary)

UTC를 기준으로 한 밀리세컨드(milliseconds)를 리턴

문법(Syntax)

getUTCMilliseconds()

인자(Parameters)

없음

반환값(Return)

number, 0~999, 밀리세컨드

설명(Description)

밀리세컨드는 1/1000 초와 같다.

예제(Example)

Today = new Date();
alert(Today.getUTCMilliseconds()); 

참고

 

댓글

댓글 본문
graphittie 자세히 보기