Get Time : Date Get « Date Time « JavaScript DHTML






Get Time

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

    
      
        
    
  








Related examples in the same category

1.Get Day
2.Get Seconds
3.Get Month
4.Get Milliseconds
5.Get Full Year
6.Get Year
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