Get UTC Day : UTC Date « Date Time « JavaScript DHTML






Get UTC Day

    
<html>
<body>
<button onclick="var myDate = new Date(); 
                 alert(myDate.getUTCDay());">Date: get UTC Day</button>
</body>
</html>

    
      
      








Related examples in the same category

1.Get UTC Date
2.Get UTC Seconds
3.Get UTC Month
4.Get UTC Minutes
5.Get UTC Milliseconds
6.Get UTC Hours
7.Set UTC Hours
8.Convert time to a UTC Date
9.Set UTC Full Year
10.Set UTC Date
11.Set UTC Seconds
12.Set UTC Month
13.Set UTC Minutes
14.Set UTC Milliseconds
15.Convert Date to UTC String