Get Day : Date Get « Date Time « JavaScript DHTML






Get Day

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

    
      
        
    
  








Related examples in the same category

1.Get Seconds
2.Get Month
3.Get Milliseconds
4.Get Full Year
5.Get Year
6.Get Time
7.To Date Source
8.Convert Date to Locale String()
9.Value Of a Date
10.Readable date value
11.Output date and time in a human readble form
12.Make the time readable
13.Local time and local date
14.Use toPrecision to set the date precision