Miêu tả

Phương thức date getUTCMilliseconds() trong Javascript trả về mili giây của ngày đã cho theo Universal time. Giá trị được trả về bởi getUTCMilliseconds() là một số integer giữa 0 và 999.

Cú pháp

Cú pháp của nó như sau:

Date.getUTCMilliseconds()

Trả về giá trị

Trả về mili giây của ngày đã cho theo Universal time.

Ví dụ

Bạn thử ví dụ sau:

<html>
   <head>
      <title>JavaScript getUTCMilliseconds Method</title>
   </head>
   
   <body>
   
      <script type="text/javascript">
         var dt = new Date();
         document.write("getUTCMilliseconds() : " + dt.getUTCMilliseconds() ); 
      </script>
      
   </body>
</html>

Kết quả

getUTCMilliseconds() : 206 

Các bài học JavaScript khác tại s2sontech:




Bình luận (0)

Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Michael Gough
Learning English Everyday